diff options
author | Sam James <sam@gentoo.org> | 2020-10-12 11:29:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-12 11:45:26 +0000 |
commit | 52fc87040191756e45dc4a244560201234bb8558 (patch) | |
tree | 494b52646e9a5b45844cffc3e7980b54ab4c6191 /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: Stabilize 5.15.1 arm64, #734600 (diff) | |
download | gentoo-52fc87040191756e45dc4a244560201234bb8558.tar.gz gentoo-52fc87040191756e45dc4a244560201234bb8558.tar.bz2 gentoo-52fc87040191756e45dc4a244560201234bb8558.zip |
dev-qt/qtlocation: Stabilize 5.15.1 arm64, #734600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.1.ebuild b/dev-qt/qtlocation/qtlocation-5.15.1.ebuild index 0772e510f28e..0c58b17e0c47 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.1.ebuild @@ -7,7 +7,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="" |