diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:57:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:57:13 +0300 |
commit | ce68ddb75d76302ac65845b2b970b5f2e5a791d5 (patch) | |
tree | 73b9fbdd658c78bd54ea51fb1d9e148ab6ce572c /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 5.15.10 arm64, #909313 (diff) | |
download | gentoo-ce68ddb75d76302ac65845b2b970b5f2e5a791d5.tar.gz gentoo-ce68ddb75d76302ac65845b2b970b5f2e5a791d5.tar.bz2 gentoo-ce68ddb75d76302ac65845b2b970b5f2e5a791d5.zip |
dev-qt/qtlocation: Stabilize 5.15.10 arm64, #909313
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild index 419c78914928..f4759811a7d0 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild @@ -6,7 +6,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=1 MAPBOXGL_COMMIT=5a07e1967dcc925d9def47accadae991436b9686 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86" fi inherit qt5-build |