diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 13:43:23 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 13:43:23 +0100 |
commit | 1f4118faf15b2c14edff23fe24bb6c13aa13aae2 (patch) | |
tree | 26f5271b7393907e39d4a1cbfa399cfb83309691 /dev-qt/qtgraphicaleffects | |
parent | dev-qt/qtgamepad: amd64 stable wrt bug #699328 (diff) | |
download | gentoo-1f4118faf15b2c14edff23fe24bb6c13aa13aae2.tar.gz gentoo-1f4118faf15b2c14edff23fe24bb6c13aa13aae2.tar.bz2 gentoo-1f4118faf15b2c14edff23fe24bb6c13aa13aae2.zip |
dev-qt/qtgraphicaleffects: amd64 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtgraphicaleffects')
-rw-r--r-- | dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.1.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.1.ebuild index 87d18f37a571..8f205f12a99b 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.1.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.1.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="" |