diff options
author | 2024-04-13 20:49:03 +0300 | |
---|---|---|
committer | 2024-04-13 20:50:50 +0300 | |
commit | 40eeb60beef97ef30e39406b0b2e817ca5efd3f0 (patch) | |
tree | b45f4240e432a60278eb86ec929134ab02c1e8a6 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 6.7.0 amd64, #929242 (diff) | |
download | gentoo-40eeb60beef97ef30e39406b0b2e817ca5efd3f0.tar.gz gentoo-40eeb60beef97ef30e39406b0b2e817ca5efd3f0.tar.bz2 gentoo-40eeb60beef97ef30e39406b0b2e817ca5efd3f0.zip |
dev-qt/qtlocation: Stabilize 6.7.0 amd64, #929242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-6.7.0.ebuild b/dev-qt/qtlocation/qtlocation-6.7.0.ebuild index 9ffb31700378..6a7b3e52fb17 100644 --- a/dev-qt/qtlocation/qtlocation-6.7.0.ebuild +++ b/dev-qt/qtlocation/qtlocation-6.7.0.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 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~riscv ~x86" fi RDEPEND=" |