summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-02 14:14:55 +0000
committerSam James <sam@gentoo.org>2022-07-02 14:15:06 +0000
commit0ebcd8f4098468b66ebb890355e740a342a99d01 (patch)
tree1533b2e80f08b23e87b1f8af8d509fcaa23a913b /profiles/features/clang/make.defaults
parentapp-office/libreoffice-bin: fix PYTHON_COMPAT (diff)
downloadgentoo-0ebcd8f4098468b66ebb890355e740a342a99d01.tar.gz
gentoo-0ebcd8f4098468b66ebb890355e740a342a99d01.tar.bz2
gentoo-0ebcd8f4098468b66ebb890355e740a342a99d01.zip
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 <sam@gentoo.org>
Diffstat (limited to 'profiles/features/clang/make.defaults')
-rw-r--r--profiles/features/clang/make.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/features/clang/make.defaults b/profiles/features/clang/make.defaults
index 7674593179f7..ddb54ae32c7d 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"