diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:55:43 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:50 +0200 |
commit | 44772c8155431b8dc2acfb46e082abb1fb895f5b (patch) | |
tree | 7a330e4cc33280c17a73d3c9d0fd8a6a659f50c5 /dev-qt | |
parent | dev-qt/qtopengl: ppc64 stable wrt bug #734600 (diff) | |
download | gentoo-44772c8155431b8dc2acfb46e082abb1fb895f5b.tar.gz gentoo-44772c8155431b8dc2acfb46e082abb1fb895f5b.tar.bz2 gentoo-44772c8155431b8dc2acfb46e082abb1fb895f5b.zip |
dev-qt/qtpaths: ppc64 stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-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 a1de437d1d63..5a2dfe6b1a76 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="" |