diff options
author | 2024-04-01 08:01:26 -0400 | |
---|---|---|
committer | 2024-04-02 09:04:59 -0400 | |
commit | f1c7419ef90094eac082243d293cd4cce64317a6 (patch) | |
tree | 4f37139911282557330c7e567a2fb2ca3fa33c8b /dev-qt/qtlocation | |
parent | dev-qt/qtconnectivity: sync live keywords (diff) | |
download | gentoo-f1c7419ef90094eac082243d293cd4cce64317a6.tar.gz gentoo-f1c7419ef90094eac082243d293cd4cce64317a6.tar.bz2 gentoo-f1c7419ef90094eac082243d293cd4cce64317a6.zip |
dev-qt/qtlocation: sync live keywords
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.7.9999.ebuild | 4 | ||||
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-qt/qtlocation/qtlocation-6.7.9999.ebuild b/dev-qt/qtlocation/qtlocation-6.7.9999.ebuild index 05a2dc329b2f..9ffb31700378 100644 --- a/dev-qt/qtlocation/qtlocation-6.7.9999.ebuild +++ b/dev-qt/qtlocation/qtlocation-6.7.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~arm ~riscv ~x86" fi RDEPEND=" diff --git a/dev-qt/qtlocation/qtlocation-6.9999.ebuild b/dev-qt/qtlocation/qtlocation-6.9999.ebuild index 05a2dc329b2f..9ffb31700378 100644 --- a/dev-qt/qtlocation/qtlocation-6.9999.ebuild +++ b/dev-qt/qtlocation/qtlocation-6.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~arm ~riscv ~x86" fi RDEPEND=" |