diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-04 20:59:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-04 20:59:37 +0300 |
commit | c3be88a327d3aec46c902064b74e18d7c55017be (patch) | |
tree | 48deec79c3aa4994e5cb23ca21a44bff249069d0 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 5.15.5 arm64, #853232 (diff) | |
download | gentoo-c3be88a327d3aec46c902064b74e18d7c55017be.tar.gz gentoo-c3be88a327d3aec46c902064b74e18d7c55017be.tar.bz2 gentoo-c3be88a327d3aec46c902064b74e18d7c55017be.zip |
dev-qt/qtlocation: Stabilize 5.15.5 arm64, #853232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild index a14b68903d77..0e27ef20621e 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" fi IUSE="" |