public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/, profiles/features/selinux/
Date: Sat, 08 Mar 2025 18:14:46 +0000 (UTC)	[thread overview]
Message-ID: <1741457682.6e17f004823cc6fb867fa9640095501889474957.mgorny@gentoo> (raw)

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
 


                 reply	other threads:[~2025-03-08 18:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1741457682.6e17f004823cc6fb867fa9640095501889474957.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox