diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:41 +0100 |
commit | dfeb3009fc73e2d6ed5afa23733985105a9b3827 (patch) | |
tree | cc9abc7f7e40e11a64047dfdb546a81b4ed15949 /dev-qt/qtimageformats | |
parent | dev-qt/qthttpserver: Stabilize 6.7.3 amd64, #942507 (diff) | |
download | gentoo-dfeb3009fc73e2d6ed5afa23733985105a9b3827.tar.gz gentoo-dfeb3009fc73e2d6ed5afa23733985105a9b3827.tar.bz2 gentoo-dfeb3009fc73e2d6ed5afa23733985105a9b3827.zip |
dev-qt/qtimageformats: Stabilize 6.7.3 amd64, #942507
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-qt/qtimageformats')
-rw-r--r-- | dev-qt/qtimageformats/qtimageformats-6.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtimageformats/qtimageformats-6.7.3.ebuild b/dev-qt/qtimageformats/qtimageformats-6.7.3.ebuild index 16f70cf07c54..3cdcda86886e 100644 --- a/dev-qt/qtimageformats/qtimageformats-6.7.3.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-6.7.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" |