diff options
author | 2019-10-20 19:12:17 +0300 | |
---|---|---|
committer | 2019-10-20 19:12:17 +0300 | |
commit | 538a64a92f92ef0c12953ffa31abcab3f716c229 (patch) | |
tree | a5faa356e2dc25622ee85298b06049cf99a9e25f /dev-qt/qtgraphicaleffects | |
parent | dev-qt/qtdeclarative: ppc64 stable wrt bug #691738 (diff) | |
download | gentoo-538a64a92f92ef0c12953ffa31abcab3f716c229.tar.gz gentoo-538a64a92f92ef0c12953ffa31abcab3f716c229.tar.bz2 gentoo-538a64a92f92ef0c12953ffa31abcab3f716c229.zip |
dev-qt/qtgraphicaleffects: ppc64 stable wrt bug #691738
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/qtgraphicaleffects')
-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 302af4c78844..f7a45ea0a6e4 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="" |