diff options
author | 2022-07-02 14:14:55 +0000 | |
---|---|---|
committer | 2022-07-02 14:15:06 +0000 | |
commit | 0ebcd8f4098468b66ebb890355e740a342a99d01 (patch) | |
tree | 1533b2e80f08b23e87b1f8af8d509fcaa23a913b /profiles/base/make.defaults | |
parent | app-office/libreoffice-bin: fix PYTHON_COMPAT (diff) | |
download | gentoo-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/base/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 7eab29651de3..326cb28de537 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -123,14 +123,12 @@ PYTHONDONTWRITEBYTECODE="1" # This MUST be kept in sync with the PYTHON_TARGETS below # Mike Gilbert <floppym@gentoo.org> (2018-05-23) # sys-apps/baselayout-2.5 needs split-usr enabled. -BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_9" +BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_10" # Mike Gilbert <floppym@gentoo.org> (2012-05-15) # Default target(s) for python-r1.eclass -# Michał Górny <mgorny@gentoo.org> (2021-06-01) -# Updated to python3.9 -PYTHON_TARGETS="python3_9" -PYTHON_SINGLE_TARGET="python3_9" +PYTHON_TARGETS="python3_10" +PYTHON_SINGLE_TARGET="python3_10" # Michał Górny <mgorny@gentoo.org> (2013-08-10) # Moved from portage's make.globals. |