diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-04 17:45:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-04 17:45:11 +0200 |
commit | ffbf466e40008bba4e441a034131f2a9f7b6e778 (patch) | |
tree | 45b9a03a4c91084e64afc484c19759a0d23d791c /dev-qt/qthelp | |
parent | dev-qt/qtgui: x86 stable wrt bug #620334 (diff) | |
download | gentoo-ffbf466e40008bba4e441a034131f2a9f7b6e778.tar.gz gentoo-ffbf466e40008bba4e441a034131f2a9f7b6e778.tar.bz2 gentoo-ffbf466e40008bba4e441a034131f2a9f7b6e778.zip |
dev-qt/qthelp: x86 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 da5921278897..c34067abb5d5 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="" |