diff options
author | Sam James <sam@gentoo.org> | 2022-06-18 16:38:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-18 16:38:07 +0100 |
commit | 070038cf0093980b64a6e7b345f8cdaba60aba76 (patch) | |
tree | f0ca43e2e1bd9077166c2fe1db42778df5a1fd40 /dev-qt/qtgraphicaleffects | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.4 ppc, #843353 (diff) | |
download | gentoo-070038cf0093980b64a6e7b345f8cdaba60aba76.tar.gz gentoo-070038cf0093980b64a6e7b345f8cdaba60aba76.tar.bz2 gentoo-070038cf0093980b64a6e7b345f8cdaba60aba76.zip |
dev-qt/qtgraphicaleffects: Stabilize 5.15.4 ppc, #843353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgraphicaleffects')
-rw-r--r-- | dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild index 1a0a95060180..c2dddb431d10 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild @@ -9,7 +9,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 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv x86" fi IUSE="" |