diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-03-17 11:23:48 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-03-17 11:26:34 +0100 |
commit | 94c2e23a2fdd7aab76cb864c219f2f32826521df (patch) | |
tree | a9cd31dc1e67ae5c3e4f8844624992d4afb23adc /dev-qt | |
parent | dev-python/sip: x86 stable wrt bug #611784 (diff) | |
download | gentoo-94c2e23a2fdd7aab76cb864c219f2f32826521df.tar.gz gentoo-94c2e23a2fdd7aab76cb864c219f2f32826521df.tar.bz2 gentoo-94c2e23a2fdd7aab76cb864c219f2f32826521df.zip |
dev-qt/qtlocation: x86 stable wrt bug #611784
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.6.2.ebuild b/dev-qt/qtlocation/qtlocation-5.6.2.ebuild index 09de2c032c17..d7971ac3939a 100644 --- a/dev-qt/qtlocation/qtlocation-5.6.2.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.6.2.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 ~x86" + KEYWORDS="amd64 arm x86" fi IUSE="" |