diff options
author | 2018-08-22 04:03:29 +0300 | |
---|---|---|
committer | 2018-08-22 04:20:33 +0300 | |
commit | b8260c02f1c37b91f08a6020af417a49025fad63 (patch) | |
tree | 414e358199519043da4e2a464c63b1b20549d386 /dev-qt | |
parent | dev-qt/qtprintsupport: ppc64 stable wrt bug #655664 (diff) | |
download | gentoo-b8260c02f1c37b91f08a6020af417a49025fad63.tar.gz gentoo-b8260c02f1c37b91f08a6020af417a49025fad63.tar.bz2 gentoo-b8260c02f1c37b91f08a6020af417a49025fad63.zip |
dev-qt/assistant: ppc64 stable wrt bug #655664
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/assistant/assistant-5.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.9.6.ebuild b/dev-qt/assistant/assistant-5.9.6.ebuild index bf221a65c9fe..4757150b4f37 100644 --- a/dev-qt/assistant/assistant-5.9.6.ebuild +++ b/dev-qt/assistant/assistant-5.9.6.ebuild @@ -8,7 +8,7 @@ inherit desktop gnome2-utils qt5-build DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 ~arm ~hppa ppc64 x86" fi IUSE="webkit" |