diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 21:29:02 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 21:29:02 +0200 |
commit | d63dbed55503f2dfe8c097232247fe4b788f0525 (patch) | |
tree | 0631a703df22bd8f71ca0280451edaaaf704ee2d /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: Stabilize 5.15.8 ppc64, #888946 (diff) | |
download | gentoo-d63dbed55503f2dfe8c097232247fe4b788f0525.tar.gz gentoo-d63dbed55503f2dfe8c097232247fe4b788f0525.tar.bz2 gentoo-d63dbed55503f2dfe8c097232247fe4b788f0525.zip |
dev-qt/qtlocation: Stabilize 5.15.8 ppc64, #888946
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild index f5723dd90d7d..050db44d3518 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=1 - KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86" fi inherit qt5-build |