diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:45:37 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:45:37 +0200 |
commit | 0716cd0f28ca4d6f23d21fc6a40b60bd6cdba887 (patch) | |
tree | c3f16ade60424465b0e9fc1d8404186740c4c810 /dev-qt/qtgraphicaleffects | |
parent | dev-qt/qtdeclarative: ppc64 stable wrt bug #719732 (diff) | |
download | gentoo-0716cd0f28ca4d6f23d21fc6a40b60bd6cdba887.tar.gz gentoo-0716cd0f28ca4d6f23d21fc6a40b60bd6cdba887.tar.bz2 gentoo-0716cd0f28ca4d6f23d21fc6a40b60bd6cdba887.zip |
dev-qt/qtgraphicaleffects: ppc64 stable wrt bug #719732
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtgraphicaleffects')
-rw-r--r-- | dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.2.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.2.ebuild index ec75dc760768..e6918e11bf4b 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.2.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.14.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="" |