diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-23 18:58:43 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-23 18:58:43 +0300 |
commit | c39aed02304a824d0b550064b4b1e468560400e4 (patch) | |
tree | a2b509c4fda852e8af9a858df5315e428eaaa8d8 /dev-qt/qtgraphicaleffects | |
parent | dev-qt/qtdiag: Stabilize 5.15.9 amd64, #904373 (diff) | |
download | gentoo-c39aed02304a824d0b550064b4b1e468560400e4.tar.gz gentoo-c39aed02304a824d0b550064b4b1e468560400e4.tar.bz2 gentoo-c39aed02304a824d0b550064b4b1e468560400e4.zip |
dev-qt/qtgraphicaleffects: Stabilize 5.15.9 amd64, #904373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgraphicaleffects')
-rw-r--r-- | dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.9.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.9.ebuild index daf940d84d66..f9e669e02237 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.9.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.9.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 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86" fi IUSE="" |