commit:     37362ba27cfdcf6909bb728da6606f2f9631dd9f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 03:15:06 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 03:26:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37362ba2

profiles/base: Mask experimental dev-lang/python configurations

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.force | 6 ++++++
 profiles/base/package.use.mask  | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index eba34cff8088..1f124de03fe8 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,12 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <[email protected]> (2024-06-29)
+# Disabling GIL (enabling freethreading) is experimental and prone
+# to break packages.  Should you choose to test it, please do not file
+# Gentoo bugs and report any issues you hit upstream.
+dev-lang/python gil
+
 # Sam James <[email protected]> (2024-06-03)
 # Poor rendering performance otherwise (bug #931215).
 kde-plasma/kwin caps

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 9273b3238dbd..cb89826a5cbb 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <[email protected]> (2024-06-29)
+# JIT is experimental and prone to break packages.  Should you choose
+# to use it, please do not file Gentoo bugs and report any issues you
+# hit upstream.
+dev-lang/python jit
+
 # Sam James <[email protected]> (2024-06-24)
 # Breaks installed gems in hard-to-debug ways.
 # bug #887223, bug #891367, bug #903891, bug #917139

Reply via email to