From 6f2fc3244dce68975ab2f4e85e0a04ccdac2447c Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 20 Jun 2023 12:30:14 -0400 Subject: [PATCH] profile: drop python 3.10 --- profiles/pentoo/arch/x86/use.mask | 3 --- profiles/pentoo/base/make.defaults | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 profiles/pentoo/arch/x86/use.mask diff --git a/profiles/pentoo/arch/x86/use.mask b/profiles/pentoo/arch/x86/use.mask deleted file mode 100644 index b00d0f221..000000000 --- a/profiles/pentoo/arch/x86/use.mask +++ /dev/null @@ -1,3 +0,0 @@ -#that edge is bleeding --python_targets_python3_7 --python_single_target_python3_7 diff --git a/profiles/pentoo/base/make.defaults b/profiles/pentoo/base/make.defaults index 60dedde16..0742bcd5b 100644 --- a/profiles/pentoo/base/make.defaults +++ b/profiles/pentoo/base/make.defaults @@ -46,10 +46,7 @@ USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon g #remove ruby 2.7 a little early USE="${USE} -ruby_targets_ruby27" -#ease python upgrade 2023-04-04 -USE="${USE} python_targets_python3_10 python_targets_python3_11" -#2023-04-11? -#USE="${USE} -python_single_target_python3_10 python_single_target_python3_11" +USE="${USE} python_targets_python3_11" BOOTSTRAP_USE="${BOOTSTRAP_USE} cet openmp"