diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-26 08:03:17 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-26 08:03:17 +0100 |
commit | 36a0dcbef7f2d78aa4c0759f6e275e1294800231 (patch) | |
tree | 2b197fd26c9511cbc2811a3626209ff8e39adc5b | |
parent | dev-qt/qtopengl: stable 5.9.4 for ppc64, bug #642822 (diff) | |
download | gentoo-36a0dcbef7f2d78aa4c0759f6e275e1294800231.tar.gz gentoo-36a0dcbef7f2d78aa4c0759f6e275e1294800231.tar.bz2 gentoo-36a0dcbef7f2d78aa4c0759f6e275e1294800231.zip |
dev-qt/qtpaths: stable 5.9.4 for ppc64, bug #642822
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.9.4.ebuild b/dev-qt/qtpaths/qtpaths-5.9.4.ebuild index b1abe77e01f6..03766d245935 100644 --- a/dev-qt/qtpaths/qtpaths-5.9.4.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.9.4.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 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="" |