diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2024-01-02 20:13:15 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-01-02 23:23:40 +0800 |
commit | 41fad8a3f28479dab866806478b02716781f2731 (patch) | |
tree | d47a795168d2737d4d02836f0d763d7e2babc08f /dev-qt | |
parent | dev-qt/qtsvg: keyword 6.6.1 for ~loong (diff) | |
download | gentoo-41fad8a3f28479dab866806478b02716781f2731.tar.gz gentoo-41fad8a3f28479dab866806478b02716781f2731.tar.bz2 gentoo-41fad8a3f28479dab866806478b02716781f2731.zip |
dev-qt/qtimageformats: keyword 6.6.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtimageformats/qtimageformats-6.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtimageformats/qtimageformats-6.6.1.ebuild b/dev-qt/qtimageformats/qtimageformats-6.6.1.ebuild index 23c655254167..5be1f318cf6f 100644 --- a/dev-qt/qtimageformats/qtimageformats-6.6.1.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-6.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi IUSE="mng" |