diff options
-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 )" |