commit: 4579ea5f3258ca46c8a08153cae56d3015546785
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 18 16:30:28 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 18 16:31:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4579ea5f
profiles, m68k: let's overwrite BOOTSTRAP_USE not modify it...
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/arch/m68k/make.defaults | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults
index d981c669290e..9b8289ba342c 100644
--- a/profiles/arch/m68k/make.defaults
+++ b/profiles/arch/m68k/make.defaults
@@ -24,4 +24,4 @@ CHOST_m68k="${CHOST}"
# and explicitly disable 3.13
PYTHON_SINGLE_TARGET="python3_12 -python3_13"
PYTHON_TARGETS="python3_12 -python3_13"
-BOOTSTRAP_USE="${BOOTSTRAP_USE} -python_targets_python3_13
-python_single_target_python3_13 python_targets_python3_12
python_single_target_python3_12"
+BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_12
python_single_target_python3_12"