diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-12 09:47:58 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-12 10:00:39 -0500 |
commit | e397c636daafe797357a1799de61c5f33e902e1c (patch) | |
tree | 4a5deaeac1fe615f14ae0b7c9ad97a1d7b387e0d /dev-qt | |
parent | dev-qt/qtimageformats: arm64 stable (bug #691738) (diff) | |
download | gentoo-e397c636daafe797357a1799de61c5f33e902e1c.tar.gz gentoo-e397c636daafe797357a1799de61c5f33e902e1c.tar.bz2 gentoo-e397c636daafe797357a1799de61c5f33e902e1c.zip |
dev-qt/qtlocation: arm64 stable (bug #691738)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.12.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.12.5.ebuild b/dev-qt/qtlocation/qtlocation-5.12.5.ebuild index d88cdf1d060e..341530146c33 100644 --- a/dev-qt/qtlocation/qtlocation-5.12.5.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.12.5.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="" |