diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-20 19:06:17 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-20 19:06:17 +0300 |
commit | 70b8135ece3e58fddbb4674ea525dc5c636a504f (patch) | |
tree | e2cc0826c6f2d3056e9f1a70111dab39d020fca3 /dev-qt/assistant | |
parent | dev-libs/libffi: make test logs less verbose (diff) | |
download | gentoo-70b8135ece3e58fddbb4674ea525dc5c636a504f.tar.gz gentoo-70b8135ece3e58fddbb4674ea525dc5c636a504f.tar.bz2 gentoo-70b8135ece3e58fddbb4674ea525dc5c636a504f.zip |
dev-qt/assistant: amd64 stable wrt bug #691738
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.12.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.12.5.ebuild b/dev-qt/assistant/assistant-5.12.5.ebuild index ad1fb3981efb..bcdc02965ee0 100644 --- a/dev-qt/assistant/assistant-5.12.5.ebuild +++ b/dev-qt/assistant/assistant-5.12.5.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" |