diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-26 13:39:57 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-26 13:39:57 -0400 |
commit | 4bd7ef7727295acc82d71f684a860b70a3c693f8 (patch) | |
tree | d13ec02f3cdbbc4577b959e63ea89227a0207519 /dev-qt/qtlocation | |
parent | dev-qt/qthelp: stable on arm (diff) | |
download | gentoo-4bd7ef7727295acc82d71f684a860b70a3c693f8.tar.gz gentoo-4bd7ef7727295acc82d71f684a860b70a3c693f8.tar.bz2 gentoo-4bd7ef7727295acc82d71f684a860b70a3c693f8.zip |
dev-qt/qtlocation: stable on arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild b/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild index 5042b971dafe..4928e29268a2 100644 --- a/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="The Location module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 arm ~arm64 x86" fi IUSE="" |