diff options
author | 2025-01-06 14:36:37 +0800 | |
---|---|---|
committer | 2025-01-06 15:06:25 +0800 | |
commit | 66b69519bb3c3e1a30ec7eb85f9b67a3cac2101e (patch) | |
tree | bea4da7b8e6e0f16f37d69dad1c419d22f3d2725 /dev-qt/qtlocation | |
parent | dev-qt/qt3d: forward ~loong (diff) | |
download | gentoo-66b69519bb3c3e1a30ec7eb85f9b67a3cac2101e.tar.gz gentoo-66b69519bb3c3e1a30ec7eb85f9b67a3cac2101e.tar.bz2 gentoo-66b69519bb3c3e1a30ec7eb85f9b67a3cac2101e.zip |
dev-qt/qtlocation: keyword 6.8.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtlocation/qtlocation-6.8.1.ebuild b/dev-qt/qtlocation/qtlocation-6.8.1.ebuild index 2eb3c22bc232..1e368063e6be 100644 --- a/dev-qt/qtlocation/qtlocation-6.8.1.ebuild +++ b/dev-qt/qtlocation/qtlocation-6.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" fi RDEPEND=" |