diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:48:43 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:48:43 +0200 |
commit | bcc3db2036dfaa6bef3bda7bec4152d8753fff6a (patch) | |
tree | 4abff7cdb7d156b2507c5415496fee685713b9ad /dev-qt/qtgraphicaleffects | |
parent | dev-qt/qtdeclarative: ppc stable wrt bug #734600 (diff) | |
download | gentoo-bcc3db2036dfaa6bef3bda7bec4152d8753fff6a.tar.gz gentoo-bcc3db2036dfaa6bef3bda7bec4152d8753fff6a.tar.bz2 gentoo-bcc3db2036dfaa6bef3bda7bec4152d8753fff6a.zip |
dev-qt/qtgraphicaleffects: ppc stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtgraphicaleffects')
-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 5d4af49d2118..048d270e662b 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="" |