diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:54:36 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:45 +0200 |
commit | 4c23a3e2bfa02b90493f00299909d586052365b1 (patch) | |
tree | 31143f27c593d6f027194f09d9ef4a35ddef3ecc /dev-qt | |
parent | dev-qt/qtconcurrent: ppc64 stable wrt bug #734600 (diff) | |
download | gentoo-4c23a3e2bfa02b90493f00299909d586052365b1.tar.gz gentoo-4c23a3e2bfa02b90493f00299909d586052365b1.tar.bz2 gentoo-4c23a3e2bfa02b90493f00299909d586052365b1.zip |
dev-qt/qtcore: 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/qtcore/qtcore-5.15.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.15.1-r1.ebuild b/dev-qt/qtcore/qtcore-5.15.1-r1.ebuild index 05905b149367..baa7856b71ad 100644 --- a/dev-qt/qtcore/qtcore-5.15.1-r1.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.1-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Cross-platform application development framework" SLOT=5/$(ver_cut 1-3) 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="icu old-kernel systemd" |