diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:49:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:49:30 +0200 |
commit | fead3ec8b19d1ed2cfa5c34276a135a6b8d3bf73 (patch) | |
tree | a96e1e4763d75ab877142c257c0cc68e43779871 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: ppc stable wrt bug #734600 (diff) | |
download | gentoo-fead3ec8b19d1ed2cfa5c34276a135a6b8d3bf73.tar.gz gentoo-fead3ec8b19d1ed2cfa5c34276a135a6b8d3bf73.tar.bz2 gentoo-fead3ec8b19d1ed2cfa5c34276a135a6b8d3bf73.zip |
dev-qt/qtpaths: ppc stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.15.1.ebuild b/dev-qt/qtpaths/qtpaths-5.15.1.ebuild index 7462fb62a88f..a1de437d1d63 100644 --- a/dev-qt/qtpaths/qtpaths-5.15.1.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.15.1.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="" |