diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-28 11:08:08 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-28 12:03:04 +0200 |
commit | acd9227158d0b820ed4466ba2c98eadb03f9f3af (patch) | |
tree | 789c5f9fd57b725794797454fd894f92efb3f22c /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: arm64 stable (bug #699328) (diff) | |
download | gentoo-acd9227158d0b820ed4466ba2c98eadb03f9f3af.tar.gz gentoo-acd9227158d0b820ed4466ba2c98eadb03f9f3af.tar.bz2 gentoo-acd9227158d0b820ed4466ba2c98eadb03f9f3af.zip |
dev-qt/qtlocation: arm64 stable (bug #699328)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.14.1.ebuild b/dev-qt/qtlocation/qtlocation-5.14.1.ebuild index 15dc2ecc9b82..59d483099531 100644 --- a/dev-qt/qtlocation/qtlocation-5.14.1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.14.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="" |