diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 22:37:02 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 22:37:02 +0200 |
commit | 128f9956125aea214f8dc00229fd34c9e0eee96e (patch) | |
tree | df01da4bb9513650a19e51cfc22805b8226e0372 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 5.15.7 x86, #883677 (diff) | |
download | gentoo-128f9956125aea214f8dc00229fd34c9e0eee96e.tar.gz gentoo-128f9956125aea214f8dc00229fd34c9e0eee96e.tar.bz2 gentoo-128f9956125aea214f8dc00229fd34c9e0eee96e.zip |
dev-qt/qtlocation: Stabilize 5.15.7 x86, #883677
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild b/dev-qt/qtlocation/qtlocation-5.15.7.ebuild index cee7ab8d50c7..2452f21b9971 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.7.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 |