diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-22 11:11:33 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-22 11:28:36 -0500 |
commit | a506cf9a17d8e50c5b9604568097bb323a775f85 (patch) | |
tree | 51ff52e0360fd5534d72cb106b859d37019963f7 /dev-qt/qtgraphicaleffects | |
parent | dev-qt/qtgamepad: arm64 stable (bug #699240) (diff) | |
download | gentoo-a506cf9a17d8e50c5b9604568097bb323a775f85.tar.gz gentoo-a506cf9a17d8e50c5b9604568097bb323a775f85.tar.bz2 gentoo-a506cf9a17d8e50c5b9604568097bb323a775f85.zip |
dev-qt/qtgraphicaleffects: arm64 stable (bug #699240)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Diffstat (limited to 'dev-qt/qtgraphicaleffects')
-rw-r--r-- | dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.ebuild index f7a45ea0a6e4..24d4ea6e8ee0 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.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="" |