diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-02 14:10:20 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-02 14:10:20 +0000 |
commit | e573411ce97167722c17874e875af5362c7a4952 (patch) | |
tree | 8195be0f991f7a1d0901af7ace1ece75f45fbdfe /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: Stabilize 6.7.3 arm, #942507 (diff) | |
download | gentoo-e573411ce97167722c17874e875af5362c7a4952.tar.gz gentoo-e573411ce97167722c17874e875af5362c7a4952.tar.bz2 gentoo-e573411ce97167722c17874e875af5362c7a4952.zip |
dev-qt/qtlocation: Stabilize 6.7.3 arm, #942507
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-6.7.3.ebuild b/dev-qt/qtlocation/qtlocation-6.7.3.ebuild index 5a4bc32b3f33..737731d3a4e8 100644 --- a/dev-qt/qtlocation/qtlocation-6.7.3.ebuild +++ b/dev-qt/qtlocation/qtlocation-6.7.3.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=" |