diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-28 21:55:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-28 21:55:17 +0300 |
commit | 1491ee2e1e1c0dc42b9384aa8e901dc37600231c (patch) | |
tree | 6e781d9fecadfcb95d6dd4ee8884e978e839ba10 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 6.7.1 x86, #932862 (diff) | |
download | gentoo-1491ee2e1e1c0dc42b9384aa8e901dc37600231c.tar.gz gentoo-1491ee2e1e1c0dc42b9384aa8e901dc37600231c.tar.bz2 gentoo-1491ee2e1e1c0dc42b9384aa8e901dc37600231c.zip |
dev-qt/qtlocation: Stabilize 6.7.1 x86, #932862
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild index 8099749c8d26..7fd0ae2b349e 100644 --- a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild +++ b/dev-qt/qtlocation/qtlocation-6.7.1.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 ~riscv ~x86" + KEYWORDS="~amd64 arm ~arm64 ~riscv x86" fi RDEPEND=" |