diff options
author | 2023-01-17 22:55:24 +0200 | |
---|---|---|
committer | 2023-01-17 22:55:24 +0200 | |
commit | 41ccfef0a493744500231dd9d30ead8bee4c4cc6 (patch) | |
tree | f0eac4a7e257eaca6210edf7be3893ba0ac511c1 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 5.15.8 arm64, #888946 (diff) | |
download | gentoo-41ccfef0a493744500231dd9d30ead8bee4c4cc6.tar.gz gentoo-41ccfef0a493744500231dd9d30ead8bee4c4cc6.tar.bz2 gentoo-41ccfef0a493744500231dd9d30ead8bee4c4cc6.zip |
dev-qt/qtlocation: Stabilize 5.15.8 arm64, #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 fbe9302b59b3..ca9fdf6255ca 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 |