commit: caf9d42951168f9215be84b143feffea71f912b9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 7 17:55:11 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 8 12:32:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf9d429
profiles: Add python3.14 flags Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.force | 2 ++ profiles/base/use.stable.mask | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 8748fa6a2670..55b5f2f874f5 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -330,6 +330,8 @@ 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_python3_14 +dev-lang/python-exec python_targets_python3_14t dev-lang/python-exec python_targets_pypy3_11 # Zac Medico <[email protected]> (2010-10-20) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 7fdb45177a20..aa52f352586e 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -20,6 +20,10 @@ ruby_targets_ruby33 # Michał Górny <[email protected]> (2024-05-08) # Python implementations without stable keywords. +python_targets_python3_14t +python_single_target_python3_14t +python_targets_python3_14 +python_single_target_python3_14 python_targets_python3_13t python_single_target_python3_13t python_targets_pypy3_11
