diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 22:37:01 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 22:37:01 +0200 |
commit | 77007c4300623a58400e0d1e096dbd0719ce4a04 (patch) | |
tree | 9eed0332a46628428bf3c41f91d80e3db4957b13 /dev-qt/qtgraphicaleffects | |
parent | dev-qt/qtdiag: Stabilize 5.15.7 x86, #883677 (diff) | |
download | gentoo-77007c4300623a58400e0d1e096dbd0719ce4a04.tar.gz gentoo-77007c4300623a58400e0d1e096dbd0719ce4a04.tar.bz2 gentoo-77007c4300623a58400e0d1e096dbd0719ce4a04.zip |
dev-qt/qtgraphicaleffects: Stabilize 5.15.7 x86, #883677
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgraphicaleffects')
-rw-r--r-- | dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.7.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.7.ebuild index 8e88f81a7b4a..81f05e2aefa7 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.7.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.7.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="" |