diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-17 18:26:49 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-17 18:28:17 +0000 |
commit | b39cd3d5b302f2c1cd1954235aa0696a1b29640e (patch) | |
tree | cc72de55773f30ff5c59d6ae5685ae96d3f42e0c | |
parent | dev-qt/qtpositioning: Stabilize 6.6.1 amd64, #920154 (diff) | |
download | gentoo-b39cd3d5b302f2c1cd1954235aa0696a1b29640e.tar.gz gentoo-b39cd3d5b302f2c1cd1954235aa0696a1b29640e.tar.bz2 gentoo-b39cd3d5b302f2c1cd1954235aa0696a1b29640e.zip |
dev-qt/qtlocation: Stabilize 6.6.1 amd64, #920154
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-6.6.1.ebuild b/dev-qt/qtlocation/qtlocation-6.6.1.ebuild index 05a2dc329b2f..84121c04c0fe 100644 --- a/dev-qt/qtlocation/qtlocation-6.6.1.ebuild +++ b/dev-qt/qtlocation/qtlocation-6.6.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" + KEYWORDS="amd64" fi RDEPEND=" |