commit: 5df6658b6af879ef5dbc21eda6bbe1afda87b67e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 31 21:50:54 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jun 1 07:48:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df6658b
profiles/base: Switch to python3.9 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/make.defaults | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 04c72b0d582..ddde1faf88e 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -127,10 +127,10 @@ BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3 # Mike Gilbert <[email protected]> (2012-05-15) # Default target(s) for python-r1.eclass -# Mikle Kolyada <[email protected]> (2020-12-02) -# Updated to python3_8 -PYTHON_TARGETS="python3_8" -PYTHON_SINGLE_TARGET="python3_8" +# Michał Górny <[email protected]> (2021-06-01) +# Updated to python3.9 +PYTHON_TARGETS="python3_9" +PYTHON_SINGLE_TARGET="python3_9" # Michał Górny <[email protected]> (2013-08-10) # Moved from portage's make.globals.
