diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-01 21:27:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-01 21:27:59 +0300 |
commit | 0cc06fbd6dea191be1c7fa0cb751ed9df185550b (patch) | |
tree | 46dd5f20113dea367b6b69bc76182d3f52fdf662 | |
parent | dev-qt/qthttpserver: Stabilize 6.6.3 amd64, #928382 (diff) | |
download | gentoo-0cc06fbd6dea191be1c7fa0cb751ed9df185550b.tar.gz gentoo-0cc06fbd6dea191be1c7fa0cb751ed9df185550b.tar.bz2 gentoo-0cc06fbd6dea191be1c7fa0cb751ed9df185550b.zip |
dev-qt/qtimageformats: Stabilize 6.6.3 amd64, #928382
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtimageformats/qtimageformats-6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtimageformats/qtimageformats-6.6.3.ebuild b/dev-qt/qtimageformats/qtimageformats-6.6.3.ebuild index 9d1a9a6f9685..29a5455c1391 100644 --- a/dev-qt/qtimageformats/qtimageformats-6.6.3.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-6.6.3.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" |