diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-20 08:44:38 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-20 16:30:08 +0200 |
commit | 48f2a92e59e26ff50a47bc4947a6054bd0dcd432 (patch) | |
tree | dfbf48b153c05409762aa1241fbb905c82f0d72b /dev-qt | |
parent | dev-qt/qthttpserver: Stabilize 6.6.2 amd64, #924651 (diff) | |
download | gentoo-48f2a92e59e26ff50a47bc4947a6054bd0dcd432.tar.gz gentoo-48f2a92e59e26ff50a47bc4947a6054bd0dcd432.tar.bz2 gentoo-48f2a92e59e26ff50a47bc4947a6054bd0dcd432.zip |
dev-qt/qtimageformats: Stabilize 6.6.2 amd64, #924651
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtimageformats/qtimageformats-6.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtimageformats/qtimageformats-6.6.2.ebuild b/dev-qt/qtimageformats/qtimageformats-6.6.2.ebuild index 677332aa56b3..e0dfc42d99a7 100644 --- a/dev-qt/qtimageformats/qtimageformats-6.6.2.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-6.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Additional format plugins for the Qt image I/O system" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" fi IUSE="mng" |