sys-apps/portage: Sync with Gentoo

It's from Gentoo commit ba2693dfc0f0f5535e6371c4e4d19806109537c9.
This commit is contained in:
Flatcar Buildbot 2024-11-11 07:08:54 +00:00 committed by James Le Cuirot
parent ac9c3753b3
commit 6cb21a37e1
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- SDK: portage ([3.0.66.1](https://github.com/gentoo/portage/blob/portage-3.0.66.1/NEWS#L9))

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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
fi
LICENSE="GPL-2"