diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 13:42:03 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 13:42:03 +0100 |
commit | a43b568c1754536affcf6ffc321a217b7707708b (patch) | |
tree | 8edd98adcde3c0f7598dc36c27739ce77e486c35 /dev-qt/assistant | |
parent | sys-libs/libavc1394: Drop 0.5.4-r1 (diff) | |
download | gentoo-a43b568c1754536affcf6ffc321a217b7707708b.tar.gz gentoo-a43b568c1754536affcf6ffc321a217b7707708b.tar.bz2 gentoo-a43b568c1754536affcf6ffc321a217b7707708b.zip |
dev-qt/assistant: amd64 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.14.1.ebuild b/dev-qt/assistant/assistant-5.14.1.ebuild index 738dfafd633b..62e38916a568 100644 --- a/dev-qt/assistant/assistant-5.14.1.ebuild +++ b/dev-qt/assistant/assistant-5.14.1.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" |