sys-apps/portage: Sync with Gentoo

It's from Gentoo commit e3ae415c5f575307d73af899425f66baf6788c00.
This commit is contained in:
Flatcar Buildbot 2023-10-02 07:14:10 +00:00
parent 6eea5a6abf
commit 803f2fdc63

View File

@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
fi
LICENSE="GPL-2"