diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2024-01-02 20:15:05 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-01-02 23:23:40 +0800 |
commit | fd1f8045b71ea4d18cb86fb17b0b17f9204d5955 (patch) | |
tree | 4f0085ae277e6f13ea851a76abce17fb37dc32db /dev-qt | |
parent | dev-qt/qtimageformats: keyword 6.6.1 for ~loong (diff) | |
download | gentoo-fd1f8045b71ea4d18cb86fb17b0b17f9204d5955.tar.gz gentoo-fd1f8045b71ea4d18cb86fb17b0b17f9204d5955.tar.bz2 gentoo-fd1f8045b71ea4d18cb86fb17b0b17f9204d5955.zip |
dev-qt/qt5compat: keyword 6.6.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qt5compat/qt5compat-6.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qt5compat/qt5compat-6.6.1.ebuild b/dev-qt/qt5compat/qt5compat-6.6.1.ebuild index f583bf8572a0..840db4caeb3f 100644 --- a/dev-qt/qt5compat/qt5compat-6.6.1.ebuild +++ b/dev-qt/qt5compat/qt5compat-6.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Qt module containing the unsupported Qt 5 APIs" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi IUSE="icu qml" |