diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-18 12:20:41 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-18 12:20:41 +0100 |
commit | 7d47dff4d58579c15fd4d9b392572cea60ae4330 (patch) | |
tree | f391ef0d6ac7fbfc8c74bd70ac6211c1a9a36dde /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: amd64 stable wrt bug #699240 (diff) | |
download | gentoo-7d47dff4d58579c15fd4d9b392572cea60ae4330.tar.gz gentoo-7d47dff4d58579c15fd4d9b392572cea60ae4330.tar.bz2 gentoo-7d47dff4d58579c15fd4d9b392572cea60ae4330.zip |
dev-qt/qtlocation: amd64 stable wrt bug #699240
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.13.2.ebuild b/dev-qt/qtlocation/qtlocation-5.13.2.ebuild index ff48cdc6401b..4369f40bc4b9 100644 --- a/dev-qt/qtlocation/qtlocation-5.13.2.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.13.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="" |