diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-26 08:01:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-26 08:01:55 +0100 |
commit | d02ab694bc7a67c4943ad6349b9ed600b441336a (patch) | |
tree | d2df1c233ced6a2dac2e44bef0eaf82ce7ce2031 /dev-qt/assistant | |
parent | dev-qt/qtxmlpatterns: stable 5.9.4 for ppc64, bug #642822 (diff) | |
download | gentoo-d02ab694bc7a67c4943ad6349b9ed600b441336a.tar.gz gentoo-d02ab694bc7a67c4943ad6349b9ed600b441336a.tar.bz2 gentoo-d02ab694bc7a67c4943ad6349b9ed600b441336a.zip |
dev-qt/assistant: stable 5.9.4 for ppc64, bug #642822
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.9.4.ebuild b/dev-qt/assistant/assistant-5.9.4.ebuild index bf221a65c9fe..4757150b4f37 100644 --- a/dev-qt/assistant/assistant-5.9.4.ebuild +++ b/dev-qt/assistant/assistant-5.9.4.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" |