diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:58:31 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:58:31 +0300 |
commit | 5bab9fc1be87a5591979021ee1f7668529966e06 (patch) | |
tree | 4099f8f1d9f1b3a382f142c74888dae60f8e0ff0 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 5.15.10 ppc64, #909313 (diff) | |
download | gentoo-5bab9fc1be87a5591979021ee1f7668529966e06.tar.gz gentoo-5bab9fc1be87a5591979021ee1f7668529966e06.tar.bz2 gentoo-5bab9fc1be87a5591979021ee1f7668529966e06.zip |
dev-qt/qtlocation: Stabilize 5.15.10 ppc64, #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 6f611e1f21b2..8099389fda6d 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 |