diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-11-11 19:36:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-11-11 19:37:48 +0000 |
commit | 28df07e7bc198d032f5c5589664f8cdd66d01bac (patch) | |
tree | def39a693930174a798e3b91acb9ae58a74ced59 /dev-qt | |
parent | kde-frameworks/kf-env: keyworded 4 for ppc/ppc64, bug #636228 (diff) | |
download | gentoo-28df07e7bc198d032f5c5589664f8cdd66d01bac.tar.gz gentoo-28df07e7bc198d032f5c5589664f8cdd66d01bac.tar.bz2 gentoo-28df07e7bc198d032f5c5589664f8cdd66d01bac.zip |
dev-qt/qthelp: keyworded 5.9.2 for ppc, bug #636228
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qthelp/qthelp-5.9.2.ebuild b/dev-qt/qthelp/qthelp-5.9.2.ebuild index 05bca2693503..07c54abf9c7f 100644 --- a/dev-qt/qthelp/qthelp-5.9.2.ebuild +++ b/dev-qt/qthelp/qthelp-5.9.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating online documentation into applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi IUSE="" |