diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:43 +0100 |
commit | 6bf90d8fdda0370c9fb687b578db1720aa1a3811 (patch) | |
tree | a93b9d6d9ae815fae2f8b48d3599fc68b4545944 /dev-qt | |
parent | dev-qt/qtlanguageserver: Stabilize 6.7.3 amd64, #942507 (diff) | |
download | gentoo-6bf90d8fdda0370c9fb687b578db1720aa1a3811.tar.gz gentoo-6bf90d8fdda0370c9fb687b578db1720aa1a3811.tar.bz2 gentoo-6bf90d8fdda0370c9fb687b578db1720aa1a3811.zip |
dev-qt/qtlocation: Stabilize 6.7.3 amd64, #942507
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-qt')
-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 d7c47311d2d6..5a4bc32b3f33 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=" |