diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-15 23:50:58 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 20:28:22 +0100 |
commit | 457aa0ca4f83cf86720ab4aef45a54a615fd058c (patch) | |
tree | 10865bb36ccfae2bd7ed901dc8b86009d1c64678 /dev-qt/qtchooser | |
parent | dev-qt: De-keyword all arches except ppc, ppc64 for 5.15.2 (diff) | |
download | gentoo-457aa0ca4f83cf86720ab4aef45a54a615fd058c.tar.gz gentoo-457aa0ca4f83cf86720ab4aef45a54a615fd058c.tar.bz2 gentoo-457aa0ca4f83cf86720ab4aef45a54a615fd058c.zip |
dev-qt/qtchooser: De-keyword all arches except ppc, ppc64 for 66-r1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtchooser')
-rw-r--r-- | dev-qt/qtchooser/qtchooser-66-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtchooser/qtchooser-66-r1.ebuild b/dev-qt/qtchooser/qtchooser-66-r1.ebuild index e25d60437642..ceb2c47c2cbc 100644 --- a/dev-qt/qtchooser/qtchooser-66-r1.ebuild +++ b/dev-qt/qtchooser/qtchooser-66-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="http://download.qt.io/official_releases/${PN}/${P}.tar.xz" - KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="ppc ppc64" fi LICENSE="|| ( LGPL-2.1 GPL-3 )" |