diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 12:47:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 12:47:26 +0300 |
commit | 4118d44f3d16fa611ce97f9e2a1b78d5f3be53eb (patch) | |
tree | a628513b04e79539a6e8f7ae8e23ffd961d83508 /dev-qt/assistant | |
parent | app-text/texlive-core: add missing dep (diff) | |
download | gentoo-4118d44f3d16fa611ce97f9e2a1b78d5f3be53eb.tar.gz gentoo-4118d44f3d16fa611ce97f9e2a1b78d5f3be53eb.tar.bz2 gentoo-4118d44f3d16fa611ce97f9e2a1b78d5f3be53eb.zip |
dev-qt/assistant: x86 stable wrt bug #719732
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.14.2.ebuild b/dev-qt/assistant/assistant-5.14.2.ebuild index 7c02eafc23e1..9bef8ac14400 100644 --- a/dev-qt/assistant/assistant-5.14.2.ebuild +++ b/dev-qt/assistant/assistant-5.14.2.ebuild @@ -8,7 +8,7 @@ inherit desktop qt5-build xdg-utils DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc64 ~sparc x86" fi IUSE="webkit" |