From 0ebcd8f4098468b66ebb890355e740a342a99d01 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 2 Jul 2022 14:14:55 +0000 Subject: profiles: switch default Python to Python 3.10 Bug: https://bugs.gentoo.org/823185 Bug: https://bugs.gentoo.org/844943 Signed-off-by: Sam James --- profiles/features/clang/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiles/features/clang') diff --git a/profiles/features/clang/make.defaults b/profiles/features/clang/make.defaults index 7674593179f..ddb54ae32c7 100644 --- a/profiles/features/clang/make.defaults +++ b/profiles/features/clang/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # this is for now highly experimental -dilfridge @@ -46,7 +46,7 @@ ADDR2LINE="llvm-addr2line" BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" # Clang needs this -BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python3_9" +BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python3_10" # sys-devel/llvm BOOTSTRAP_USE="${BOOTSTRAP_USE} -gold" -- cgit v1.2.3-18-g5258