diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-21 23:47:48 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-21 23:50:22 +0300 |
commit | 02046c37f7a42d025143e224bccd87533ed6ae22 (patch) | |
tree | 1ec6e6bf270001b6cd187cac73be344a346dcf23 /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: x86 stable wrt bug #685260 (diff) | |
download | gentoo-02046c37f7a42d025143e224bccd87533ed6ae22.tar.gz gentoo-02046c37f7a42d025143e224bccd87533ed6ae22.tar.bz2 gentoo-02046c37f7a42d025143e224bccd87533ed6ae22.zip |
dev-qt/qtlocation: x86 stable wrt bug #685260
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.12.3.ebuild b/dev-qt/qtlocation/qtlocation-5.12.3.ebuild index 3084fb1355f5..c794a227d3aa 100644 --- a/dev-qt/qtlocation/qtlocation-5.12.3.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.12.3.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="" |