commit:     ca5653b7c8bd6c17b0b31f6faf3184e9cbea3c4e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  8 06:32:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  8 06:33:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5653b7

Revert "profiles/arch: drop extraneous py3.11 masks"

Oh, they weren't extraneous! It's because the use.stable.mask in subprofiles
ends up covering up the python-exec bit.

This (partly) reverts commit ca13c8c6c4007aa508332bc283997600b881742e.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/hppa/package.use.stable.mask    | 4 ++++
 profiles/arch/powerpc/package.use.stable.mask | 4 ++++
 profiles/arch/sparc/package.use.stable.mask   | 4 ++++
 profiles/arch/x86/package.use.stable.mask     | 4 ++++
 4 files changed, 16 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 7cf82efcb40a..90b54e393b45 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <[email protected]> (2022-11-06)
+# Unmask the target on python-exec while it's masked elsewhere.
+dev-lang/python-exec -python_targets_python3_11
+
 # Sam James <[email protected]> (2022-02-02)
 # net-analyzer/net-snmp is not marked stable on HPPA
 net-analyzer/ifstat snmp

diff --git a/profiles/arch/powerpc/package.use.stable.mask 
b/profiles/arch/powerpc/package.use.stable.mask
index 38f788d28fff..f8aa43f0355b 100644
--- a/profiles/arch/powerpc/package.use.stable.mask
+++ b/profiles/arch/powerpc/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <[email protected]> (2022-11-06)
+# Unmask the target on python-exec while it's masked elsewhere.
+dev-lang/python-exec -python_targets_python3_11
+
 # Sam James <[email protected]> (2021-10-25)
 # Various unstable dependencies:
 # gnome-base/nautilus

diff --git a/profiles/arch/sparc/package.use.stable.mask 
b/profiles/arch/sparc/package.use.stable.mask
index 2f0f7b4fc724..0e301da22bc5 100644
--- a/profiles/arch/sparc/package.use.stable.mask
+++ b/profiles/arch/sparc/package.use.stable.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <[email protected]> (2022-11-06)
+# Unmask the target on python-exec while it's masked elsewhere.
+dev-lang/python-exec -python_targets_python3_11
+
 # Sam James <[email protected]> (2022-09-12)
 # dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap
 # tarball, so force system-bootstrap instead (i.e. force using rust-bin

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index 2183c009cb16..3d18401172ef 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <[email protected]> (2022-11-06)
+# Unmask the target on python-exec while it's masked elsewhere.
+dev-lang/python-exec -python_targets_python3_11
+
 # Andreas Sturmlechner <[email protected]> (2022-09-14)
 # sci-libs/vtk is not stable on x86 and we don't want to complicate
 # newer maxima stabilisation, bug #867547

Reply via email to