diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:45:57 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:45:57 +0200 |
commit | 8bd07f8c8e84bde41025f68a89fd2c2617f12291 (patch) | |
tree | 0b14db5e90b53253456673fa9533bdd0c4bc57e6 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: ppc64 stable wrt bug #719732 (diff) | |
download | gentoo-8bd07f8c8e84bde41025f68a89fd2c2617f12291.tar.gz gentoo-8bd07f8c8e84bde41025f68a89fd2c2617f12291.tar.bz2 gentoo-8bd07f8c8e84bde41025f68a89fd2c2617f12291.zip |
dev-qt/qtpaths: ppc64 stable wrt bug #719732
Package-Manager: Portage-2.3.89, Repoman-2.3.20
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.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.14.2.ebuild b/dev-qt/qtpaths/qtpaths-5.14.2.ebuild index 7e77477f537d..ba81df72cda6 100644 --- a/dev-qt/qtpaths/qtpaths-5.14.2.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.14.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86" fi IUSE="" |