[PATCH 3/8] profiles/base: Mask Python 3.15 flags
Michał Górny <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Michał Górny <[email protected]> --- profiles/base/use.mask | 5 +++++ profiles/base/use.stable.mask | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 0e2fbd2835b51..154e48a6b6a7c 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # 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]> (2026-05-07) +# Python implementations without keywords. +python_targets_python3_15t +python_single_target_python3_15t + # Michał Górny <[email protected]> (2026-04-18) # LLVM slots with no keyworded releases yet. llvm_slot_23 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index edbd71d78c628..dbcd5f3b4edad 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # New entries go on top. @@ -19,6 +19,8 @@ ruby_targets_ruby40 # Michał Górny <[email protected]> (2024-05-08) # Python implementations without stable keywords. +python_targets_python3_15t +python_single_target_python3_15t python_targets_python3_14t python_single_target_python3_14t python_targets_python3_13t