diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 12:48:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 12:48:38 +0300 |
commit | 5a55314e6ecb37d51ed0241f34f196d1ce4a1f73 (patch) | |
tree | 13e075396dc5ab620e5fb44bf4128abd992c5f6b /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: x86 stable wrt bug #719732 (diff) | |
download | gentoo-5a55314e6ecb37d51ed0241f34f196d1ce4a1f73.tar.gz gentoo-5a55314e6ecb37d51ed0241f34f196d1ce4a1f73.tar.bz2 gentoo-5a55314e6ecb37d51ed0241f34f196d1ce4a1f73.zip |
dev-qt/qtlocation: x86 stable wrt bug #719732
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
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 1ad0992484ec..1150569881df 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="" |