diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-08 14:15:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-08 14:15:07 +0300 |
commit | e0075625b1152ce5ad296725054afca01f32adc7 (patch) | |
tree | 0e14d21768795d58949d1a2a8f2c073efbf91370 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 6.7.2 arm64, #935728 (diff) | |
download | gentoo-e0075625b1152ce5ad296725054afca01f32adc7.tar.gz gentoo-e0075625b1152ce5ad296725054afca01f32adc7.tar.bz2 gentoo-e0075625b1152ce5ad296725054afca01f32adc7.zip |
dev-qt/qtlocation: Stabilize 6.7.2 arm64, #935728
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-6.7.2.ebuild b/dev-qt/qtlocation/qtlocation-6.7.2.ebuild index f78ec133053b..82d835271759 100644 --- a/dev-qt/qtlocation/qtlocation-6.7.2.ebuild +++ b/dev-qt/qtlocation/qtlocation-6.7.2.ebuild @@ -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 ppc64 ~riscv x86" fi RDEPEND=" |