diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-01 21:28:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-01 21:28:00 +0300 |
commit | 5c4f86d51f5e84b2e690727dfd77c105780de3e0 (patch) | |
tree | 2eff559c8777d62a43e5424efa0254b146684a24 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 6.6.3 amd64, #928382 (diff) | |
download | gentoo-5c4f86d51f5e84b2e690727dfd77c105780de3e0.tar.gz gentoo-5c4f86d51f5e84b2e690727dfd77c105780de3e0.tar.bz2 gentoo-5c4f86d51f5e84b2e690727dfd77c105780de3e0.zip |
dev-qt/qtlocation: Stabilize 6.6.3 amd64, #928382
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild index 9ffb31700378..6a7b3e52fb17 100644 --- a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild +++ b/dev-qt/qtlocation/qtlocation-6.6.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 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~riscv ~x86" fi RDEPEND=" |