* [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/, profiles/features/selinux/
@ 2025-03-08 18:14 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2025-03-08 18:14 UTC (permalink / raw
To: gentoo-commits
commit: 6e17f004823cc6fb867fa9640095501889474957
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 17:07:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 18:14:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e17f004
sys-apps/portage: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/features/selinux/package.use.mask | 12 ++++++------
sys-apps/portage/portage-3.0.67.ebuild | 4 ++--
sys-apps/portage/portage-9999.ebuild | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask
index c632ae715dc5..e4ca8cc41d6b 100644
--- a/profiles/features/selinux/package.use.mask
+++ b/profiles/features/selinux/package.use.mask
@@ -3,9 +3,9 @@
# Brian Dolbec <dolsen@gentoo.org> (2014-09-17)
# mask pypy for several utilities due to incompatibility with libselinux
-sys-apps/portage python_targets_pypy3
-app-portage/elicense python_targets_pypy3
-app-portage/elogv python_targets_pypy3
-app-portage/gentoolkit python_targets_pypy3
-app-portage/smart-live-rebuild python_targets_pypy3
-app-portage/gentoopm python_targets_pypy3
+sys-apps/portage python_targets_pypy3 python_targets_pypy3_11
+app-portage/elicense python_targets_pypy3 python_targets_pypy3_11
+app-portage/elogv python_targets_pypy3 python_targets_pypy3_11
+app-portage/gentoolkit python_targets_pypy3 python_targets_pypy3_11
+app-portage/smart-live-rebuild python_targets_pypy3 python_targets_pypy3_11
+app-portage/gentoopm python_targets_pypy3 python_targets_pypy3_11
diff --git a/sys-apps/portage/portage-3.0.67.ebuild b/sys-apps/portage/portage-3.0.67.ebuild
index 4cfc067c0e23..5f37f9289856 100644
--- a/sys-apps/portage/portage-3.0.67.ebuild
+++ b/sys-apps/portage/portage-3.0.67.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
PYTHON_REQ_USE='bzip2(+),threads(+)'
TMPFILES_OPTIONAL=1
@@ -124,7 +124,7 @@ my_src_configure() {
$(meson_use xattr)
)
- if use native-extensions && [[ "${EPYTHON}" != "pypy3" ]] ; then
+ if use native-extensions && [[ "${EPYTHON}" != pypy3* ]] ; then
emesonargs+=( -Dnative-extensions=true )
else
emesonargs+=( -Dnative-extensions=false )
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index e1afb04b085f..947cf2d6c169 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
PYTHON_REQ_USE='bzip2(+),threads(+)'
TMPFILES_OPTIONAL=1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-08 18:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 18:14 [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/, profiles/features/selinux/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox