diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:40:03 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:49:30 +0200 |
commit | 50cb64c39caeefac3de82343aefa43ee0ba818ca (patch) | |
tree | e89bee95473f29f22675329d559a5d3607ab1295 /dev-qt/qthelp | |
parent | dev-qt/qtgui: ppc64 stable wrt bug #620334 (diff) | |
download | gentoo-50cb64c39caeefac3de82343aefa43ee0ba818ca.tar.gz gentoo-50cb64c39caeefac3de82343aefa43ee0ba818ca.tar.bz2 gentoo-50cb64c39caeefac3de82343aefa43ee0ba818ca.zip |
dev-qt/qthelp: ppc64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qthelp')
-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 c34067abb5d5..6d5f10f9dab6 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 ppc64 x86" fi IUSE="" |