diff options
author | Markus Meier <maekke@gentoo.org> | 2017-01-02 20:08:07 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-01-02 20:08:07 +0100 |
commit | ee7c9f85b57870dba8c7f767c724b91dc9d25f29 (patch) | |
tree | 31c64b9bf274cfe2fcc22a0498bcaa5e35dce52c /dev-qt/qtgraphicaleffects | |
parent | dev-qt/qtbluetooth: arm stable, bug #598780 (diff) | |
download | gentoo-ee7c9f85b57870dba8c7f767c724b91dc9d25f29.tar.gz gentoo-ee7c9f85b57870dba8c7f767c724b91dc9d25f29.tar.bz2 gentoo-ee7c9f85b57870dba8c7f767c724b91dc9d25f29.zip |
dev-qt/qtgraphicaleffects: arm stable, bug #598780
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-qt/qtgraphicaleffects')
-rw-r--r-- | dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6.2.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6.2.ebuild index 86e6dbe76709..e5f866f6463e 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6.2.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Set of QML types for adding visual effects to user interfaces" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86" fi IUSE="" |