sys-apps/portage: Sync with Gentoo

It's from Gentoo commit db49c5f88508c2a53aafde5dd45ecf488e81c01d.
This commit is contained in:
Flatcar Buildbot 2025-03-17 07:11:27 +00:00 committed by Krzesimir Nowak
parent 29d6730e4c
commit 562d2ba829
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
PYTHON_COMPAT=( pypy3 python3_{10..13} ) PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
PYTHON_REQ_USE='bzip2(+),threads(+)' PYTHON_REQ_USE='bzip2(+),threads(+)'
TMPFILES_OPTIONAL=1 TMPFILES_OPTIONAL=1
@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3 inherit git-r3
else else
SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2" 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 fi
LICENSE="GPL-2" LICENSE="GPL-2"
@ -124,7 +124,7 @@ my_src_configure() {
$(meson_use xattr) $(meson_use xattr)
) )
if use native-extensions && [[ "${EPYTHON}" != "pypy3" ]] ; then if use native-extensions && [[ "${EPYTHON}" != pypy3* ]] ; then
emesonargs+=( -Dnative-extensions=true ) emesonargs+=( -Dnative-extensions=true )
else else
emesonargs+=( -Dnative-extensions=false ) emesonargs+=( -Dnative-extensions=false )

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
PYTHON_COMPAT=( pypy3 python3_{10..13} ) PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
PYTHON_REQ_USE='bzip2(+),threads(+)' PYTHON_REQ_USE='bzip2(+),threads(+)'
TMPFILES_OPTIONAL=1 TMPFILES_OPTIONAL=1