diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-04 17:45:35 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-04 17:45:35 +0200 |
commit | 09d304e743c2115fe34777cab01f246c42ee0bb2 (patch) | |
tree | a66e167f30a9728bc1068976170fabd398d8e456 /dev-qt | |
parent | dev-qt/qtopengl: x86 stable wrt bug #620334 (diff) | |
download | gentoo-09d304e743c2115fe34777cab01f246c42ee0bb2.tar.gz gentoo-09d304e743c2115fe34777cab01f246c42ee0bb2.tar.bz2 gentoo-09d304e743c2115fe34777cab01f246c42ee0bb2.zip |
dev-qt/qtpaths: x86 stable wrt bug #620334
Package-Manager: Portage-2.3.6, 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/qtpaths/qtpaths-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.7.1.ebuild b/dev-qt/qtpaths/qtpaths-5.7.1.ebuild index a3863d5164b6..0bca9a2ff827 100644 --- a/dev-qt/qtpaths/qtpaths-5.7.1.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.7.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" fi IUSE="" |