diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 15:15:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 15:15:23 +0000 |
commit | 9e749901a34637032d08d364a95da3b5880bf6e8 (patch) | |
tree | 0baea9036f77a2b47a984ed6b482db8d0e1ad4ad /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: Stabilize 5.15.2 arm64, #754852 (diff) | |
download | gentoo-9e749901a34637032d08d364a95da3b5880bf6e8.tar.gz gentoo-9e749901a34637032d08d364a95da3b5880bf6e8.tar.bz2 gentoo-9e749901a34637032d08d364a95da3b5880bf6e8.zip |
dev-qt/qtlocation: Stabilize 5.15.2-r1 arm64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild b/dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild index d0df61f455a8..129e9ecf500b 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 arm ~arm64 ~x86" + KEYWORDS="~amd64 arm arm64 ~x86" fi IUSE="" |