diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-11-11 23:33:01 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-11-11 23:33:25 +0000 |
commit | 9dc92d9145f7801cd77419635d14b2cd34a08f1f (patch) | |
tree | 2e5b4e6904f06ffaf35ec13b7c7061255674a36a | |
parent | app-admin/logrotate: stable 3.13.0 for ppc/ppc64, bug #637130 (diff) | |
download | gentoo-9dc92d9145f7801cd77419635d14b2cd34a08f1f.tar.gz gentoo-9dc92d9145f7801cd77419635d14b2cd34a08f1f.tar.bz2 gentoo-9dc92d9145f7801cd77419635d14b2cd34a08f1f.zip |
dev-qt/qthelp: keyworded 5.7.1 for ppc, bug #637140 (thanks to ernsteiswuerfel)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc"
-rw-r--r-- | dev-qt/qthelp/qthelp-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qthelp/qthelp-5.7.1.ebuild b/dev-qt/qthelp/qthelp-5.7.1.ebuild index 94076fb49b9b..4efe2c5d31b1 100644 --- a/dev-qt/qthelp/qthelp-5.7.1.ebuild +++ b/dev-qt/qthelp/qthelp-5.7.1.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="" |