diff options
author | Markus Meier <maekke@gentoo.org> | 2016-08-23 21:19:59 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-08-23 21:19:59 +0200 |
commit | 51d429a28ef5c6088dc4e8692154ed7d85c6e529 (patch) | |
tree | ba10feffa931412b01c6230f21661a30eb9fcd4a /dev-qt/qthelp | |
parent | dev-qt/qtwidgets: arm stable, bug #586180 (diff) | |
download | gentoo-51d429a28ef5c6088dc4e8692154ed7d85c6e529.tar.gz gentoo-51d429a28ef5c6088dc4e8692154ed7d85c6e529.tar.bz2 gentoo-51d429a28ef5c6088dc4e8692154ed7d85c6e529.zip |
dev-qt/qthelp: arm stable, bug #586180
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-qt/qthelp')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qthelp/qthelp-5.6.1.ebuild b/dev-qt/qthelp/qthelp-5.6.1.ebuild index 693892791753..f0192ba5b5b0 100644 --- a/dev-qt/qthelp/qthelp-5.6.1.ebuild +++ b/dev-qt/qthelp/qthelp-5.6.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="The Help module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm hppa ppc64 x86" + KEYWORDS="amd64 arm hppa ppc64 x86" fi IUSE="" |