commit:     5135265b175a0f7533ae4f9f1e60d0889bc032f4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  7 13:45:51 2026 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb  7 13:45:51 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5135265b

profiles, m68k aligned: No need to unmask anything python anymore, main masks 
dropped

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/default/linux/m68k/23.0/time64/make.defaults | 11 +----------
 profiles/default/linux/m68k/23.0/time64/package.mask  |  6 +-----
 profiles/default/linux/m68k/23.0/time64/use.mask      | 12 +-----------
 3 files changed, 3 insertions(+), 26 deletions(-)

diff --git a/profiles/default/linux/m68k/23.0/time64/make.defaults 
b/profiles/default/linux/m68k/23.0/time64/make.defaults
index d65c7b4737b1..9c1459cba344 100644
--- a/profiles/default/linux/m68k/23.0/time64/make.defaults
+++ b/profiles/default/linux/m68k/23.0/time64/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 CHOST="m68k-aligned-linux-gnut64"
@@ -8,12 +8,3 @@ CFLAGS="${CFLAGS} -malign-int"
 CXXFLAGS="${CXXFLAGS} -malign-int"
 FCFLAGS="${FCFLAGS} -malign-int"
 FFLAGS="${FFLAGS} -malign-int"
-
-# As opposed to old-style m68k, python-3.13 (and later?) works here
-# Unfortunately, since the main m68k profile overwrites these variables,
-# we cannot simply go back to the base settings but need to overwrite
-# them *again*.
-PYTHON_SINGLE_TARGET="-python3_12 python3_13 -python3_13t -python3_14 
-python3_14t"
-PYTHON_TARGETS="-python3_12 python3_13 -python3_13t -python3_14 -python3_14t"
-BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13 
python_single_target_python3_13"
-

diff --git a/profiles/default/linux/m68k/23.0/time64/package.mask 
b/profiles/default/linux/m68k/23.0/time64/package.mask
index 6b44966a1a44..2f909d3976fb 100644
--- a/profiles/default/linux/m68k/23.0/time64/package.mask
+++ b/profiles/default/linux/m68k/23.0/time64/package.mask
@@ -1,11 +1,7 @@
-# Copyright 2025 Gentoo Authors
+# Copyright 2025-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Andreas K. Hüttel <[email protected]> (2025-06-02)
 # Since we are using -maligned-int by default here, we also need the
 # corresponding fixed / patched toolchain versions...
 <sys-libs/glibc-2.41-r2
-
-# Python 3.13 works here. Not sure about 3.14 yet, we'll find out.
--dev-lang/python:3.13
--dev-lang/python:3.13t

diff --git a/profiles/default/linux/m68k/23.0/time64/use.mask 
b/profiles/default/linux/m68k/23.0/time64/use.mask
index fb0609be0e6b..e372988739b7 100644
--- a/profiles/default/linux/m68k/23.0/time64/use.mask
+++ b/profiles/default/linux/m68k/23.0/time64/use.mask
@@ -1,12 +1,2 @@
-# Copyright 2025 Gentoo Authors
+# Copyright 2025-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-
-# Andreas K. Hüttel <[email protected]> (2025-06-02)
-# Since we are using -maligned-int by default,
-# Python 3.13 works here. Not sure about 3.14 yet, we'll find out.
--python_targets_python3_13
--python_targets_python3_13t
--python_single_target_python3_13
--python_single_target_python3_13
--python_single_target_python3_14
--python_single_target_python3_14t

Reply via email to