diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:40:24 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:49:31 +0200 |
commit | e2604cc7825e125e9fa5b169fdc668857802c852 (patch) | |
tree | c2ee3ecdf6d4c369125d80238cd4ca992be7304f /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: ppc64 stable wrt bug #620334 (diff) | |
download | gentoo-e2604cc7825e125e9fa5b169fdc668857802c852.tar.gz gentoo-e2604cc7825e125e9fa5b169fdc668857802c852.tar.bz2 gentoo-e2604cc7825e125e9fa5b169fdc668857802c852.zip |
dev-qt/qtpaths: ppc64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-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 a3f92791648b..bbe06bafaf92 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="" |