commit: fcd307aa4c56895e678067bb23bbdab16c208007 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 5 17:31:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 17:31:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd307aa
profiles: fix m68k masks too Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/m68k/use.mask | 4 ++++ profiles/default/linux/m68k/23.0/time64/use.mask | 2 ++ 2 files changed, 6 insertions(+) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index a9d6f0ed9760..04fc4c482d3d 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -164,3 +164,7 @@ python_targets_python3_13 python_targets_python3_13t python_targets_python3_14 python_targets_python3_14t +python_single_target_python3_13 +python_single_target_python3_13t +python_single_target_python3_14 +python_single_target_python3_14t diff --git a/profiles/default/linux/m68k/23.0/time64/use.mask b/profiles/default/linux/m68k/23.0/time64/use.mask index 13e784234fdc..fb0609be0e6b 100644 --- a/profiles/default/linux/m68k/23.0/time64/use.mask +++ b/profiles/default/linux/m68k/23.0/time64/use.mask @@ -8,3 +8,5 @@ -python_targets_python3_13t -python_single_target_python3_13 -python_single_target_python3_13 +-python_single_target_python3_14 +-python_single_target_python3_14t
