diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 16:30:33 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 16:30:33 +0300 |
commit | b2680405532b8829ac8212b0b1207dadd8157aa7 (patch) | |
tree | 516dc183e4c03a9093a14bc021307ee5418d19c4 /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: arm64 stable wrt bug #719732 (diff) | |
download | gentoo-b2680405532b8829ac8212b0b1207dadd8157aa7.tar.gz gentoo-b2680405532b8829ac8212b0b1207dadd8157aa7.tar.bz2 gentoo-b2680405532b8829ac8212b0b1207dadd8157aa7.zip |
dev-qt/qtlocation: arm64 stable wrt bug #719732
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.14.2.ebuild b/dev-qt/qtlocation/qtlocation-5.14.2.ebuild index 1150569881df..6aa228fb575a 100644 --- a/dev-qt/qtlocation/qtlocation-5.14.2.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.14.2.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="" |