diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-12 09:46:04 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-12 10:00:36 -0500 |
commit | 0428aede8f6211d14868b84f14b201259aa33b06 (patch) | |
tree | 9e2f75adcf6bbcbbac42854ffd630830353ba6a3 /dev-qt | |
parent | dev-qt/qtgamepad: arm64 stable (bug #691738) (diff) | |
download | gentoo-0428aede8f6211d14868b84f14b201259aa33b06.tar.gz gentoo-0428aede8f6211d14868b84f14b201259aa33b06.tar.bz2 gentoo-0428aede8f6211d14868b84f14b201259aa33b06.zip |
dev-qt/qtgraphicaleffects: arm64 stable (bug #691738)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.12.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.12.5.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.12.5.ebuild index f7a45ea0a6e4..24d4ea6e8ee0 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.12.5.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.12.5.ebuild @@ -8,7 +8,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 ~arm64 ~hppa ~ppc ppc64 ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~x86" fi IUSE="" |