diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-20 19:12:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-20 19:12:32 +0300 |
commit | 0126c80bb7c1d78115fbe51526b649c42ad207d5 (patch) | |
tree | 42c0f8196c1468c57fc41f0f7aadc698e9cd46b1 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: ppc64 stable wrt bug #691738 (diff) | |
download | gentoo-0126c80bb7c1d78115fbe51526b649c42ad207d5.tar.gz gentoo-0126c80bb7c1d78115fbe51526b649c42ad207d5.tar.bz2 gentoo-0126c80bb7c1d78115fbe51526b649c42ad207d5.zip |
dev-qt/qtpaths: ppc64 stable wrt bug #691738
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.12.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.12.5.ebuild b/dev-qt/qtpaths/qtpaths-5.12.5.ebuild index 1aed78a66b78..7ad7beccf192 100644 --- a/dev-qt/qtpaths/qtpaths-5.12.5.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.12.5.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="" |