diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:42:57 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:42:57 +0200 |
commit | 44083a71c0888b86e58abb6cc41630af41cac4e0 (patch) | |
tree | 9968c532972b2214d74cdfe97d30e9e404d4eafe /dev-qt/qtlocation | |
parent | dev-qt/qthelp: arm stable wrt bug #719732 (diff) | |
download | gentoo-44083a71c0888b86e58abb6cc41630af41cac4e0.tar.gz gentoo-44083a71c0888b86e58abb6cc41630af41cac4e0.tar.bz2 gentoo-44083a71c0888b86e58abb6cc41630af41cac4e0.zip |
dev-qt/qtlocation: arm stable wrt bug #719732
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@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 07669c361d64..d7e1e290a78a 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="" |