Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.gentoo.dev > #70512
| From | Michał Górny <mgorny@gentoo.org> |
|---|---|
| Newsgroups | linux.gentoo.dev |
| Subject | [gentoo-dev] [PATCH 3/8] profiles/base: Mask Python 3.15 flags |
| Date | 2026-05-07 20:10 +0200 |
| Message-ID | <MSbkC-3l60-9@gated-at.bofh.it> (permalink) |
| References | <MSbkB-3l60-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Michał Górny <mgorny@gentoo.org> --- 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 <mgorny@gentoo.org> (2026-05-07) +# Python implementations without keywords. +python_targets_python3_15t +python_single_target_python3_15t + # Michał Górny <mgorny@gentoo.org> (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 <mgorny@gentoo.org> (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
Back to linux.gentoo.dev | Previous | Next | Find similar
[gentoo-dev] [PATCH 3/8] profiles/base: Mask Python 3.15 flags Michał Górny <mgorny@gentoo.org> - 2026-05-07 20:10 +0200
csiph-web