commit: fcc68f4461df8522b0927bcb9ff7603fa963f3b8 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Jun 12 22:42:44 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 22:43:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc68f44
profiles, m68k time64 aligned: also unmask python target 3.13 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/m68k/23.0/time64/use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/default/linux/m68k/23.0/time64/use.mask b/profiles/default/linux/m68k/23.0/time64/use.mask new file mode 100644 index 000000000000..ab05dc92cc30 --- /dev/null +++ b/profiles/default/linux/m68k/23.0/time64/use.mask @@ -0,0 +1,8 @@ +# Copyright 2025 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
