diff options
author | 2022-04-12 21:45:25 +0300 | |
---|---|---|
committer | 2022-04-12 21:45:25 +0300 | |
commit | 33d27e855804dc9e9ffd8e9da2f90746053b6586 (patch) | |
tree | 0b8421aa68348765ccfcd567f76e075bfd74d639 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 5.15.3 arm, #835762 (diff) | |
download | gentoo-33d27e855804dc9e9ffd8e9da2f90746053b6586.tar.gz gentoo-33d27e855804dc9e9ffd8e9da2f90746053b6586.tar.bz2 gentoo-33d27e855804dc9e9ffd8e9da2f90746053b6586.zip |
dev-qt/qtlocation: Stabilize 5.15.3-r1 arm, #835762
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild index b41af51db3c9..5994537d2fb6 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.3-r1.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 ~riscv ~x86" + KEYWORDS="~amd64 arm ~arm64 ~riscv ~x86" fi IUSE="" |