diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 23:56:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-18 00:20:41 +0200 |
commit | 8c62d80388695d084e06e45a9fb018b3a0bf7119 (patch) | |
tree | 8ae5195ee6de7145d8efa6479783528d24ea5e60 /dev-qt/qthelp | |
parent | dev-qt/qtgui: x86 stable (bug #664566) (diff) | |
download | gentoo-8c62d80388695d084e06e45a9fb018b3a0bf7119.tar.gz gentoo-8c62d80388695d084e06e45a9fb018b3a0bf7119.tar.bz2 gentoo-8c62d80388695d084e06e45a9fb018b3a0bf7119.zip |
dev-qt/qthelp: x86 stable (bug #664566)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-qt/qthelp')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qthelp/qthelp-5.11.1.ebuild b/dev-qt/qthelp/qthelp-5.11.1.ebuild index ccfac56a2987..beff0018309c 100644 --- a/dev-qt/qthelp/qthelp-5.11.1.ebuild +++ b/dev-qt/qthelp/qthelp-5.11.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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" fi IUSE="" |