diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-08 18:32:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-14 14:35:38 +0200 |
commit | 504b5764cd578dd3478e049d682f63ebb8085010 (patch) | |
tree | e455b98079b9f7dbf8fa2536d477b46d4fbd432e /profiles/base | |
parent | python-r1.eclass: get rid of python.eclass mention (diff) | |
download | gentoo-504b5764cd578dd3478e049d682f63ebb8085010.tar.gz gentoo-504b5764cd578dd3478e049d682f63ebb8085010.tar.bz2 gentoo-504b5764cd578dd3478e049d682f63ebb8085010.zip |
profiles: Add python3_13t (freethreading) target
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.force | 1 | ||||
-rw-r--r-- | profiles/base/use.stable.mask | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 9d51b4e49703..800efe47743b 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -253,6 +253,7 @@ dev-lang/python-exec python_targets_python3_10 dev-lang/python-exec python_targets_python3_11 dev-lang/python-exec python_targets_python3_12 dev-lang/python-exec python_targets_python3_13 +dev-lang/python-exec python_targets_python3_13t dev-lang/python-exec python_targets_pypy3 # Zac Medico <zmedico@gentoo.org> (2010-10-20) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 9167592b9e10..d1197864f26b 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -16,6 +16,8 @@ llvm_slot_19 # Python implementations without stable keywords. python_targets_python3_13 python_single_target_python3_13 +python_targets_python3_13t +python_single_target_python3_13t python_targets_pypy3 python_single_target_pypy3 |