diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:54:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:47 +0200 |
commit | 13188c9062c18867553fa48ef9c740381433f2a0 (patch) | |
tree | cb1aaa9fbb775d21d86a5a0da8ed36f80d98d889 /dev-qt | |
parent | dev-qt/qtdeclarative: ppc64 stable wrt bug #734600 (diff) | |
download | gentoo-13188c9062c18867553fa48ef9c740381433f2a0.tar.gz gentoo-13188c9062c18867553fa48ef9c740381433f2a0.tar.bz2 gentoo-13188c9062c18867553fa48ef9c740381433f2a0.zip |
dev-qt/qtgraphicaleffects: ppc64 stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.1.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.1.ebuild index 048d270e662b..db46772b4ddb 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.1.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.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="" |