Skip to content

Commit

Permalink
Revert "profiles: switch to python3_7"
Browse files Browse the repository at this point in the history
This reverts commit ff335a9.

Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 5, 2020
1 parent e695df7 commit 752ea10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions profiles/base/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ PYTHONDONTWRITEBYTECODE="1"
# This MUST be kept in sync with the PYTHON_TARGETS below
# Mike Gilbert <[email protected]> (2018-05-23)
# sys-apps/baslayout-2.5 needs split-usr enabled.
BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_7 python_targets_python2_7"
BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7"

# Mike Gilbert <[email protected]> (2012-05-15)
# Default target(s) for python-r1.eclass
# Mikle Kolyada <[email protected]> (2020-05-06)
# Updated to python3_7
PYTHON_TARGETS="python2_7 python3_7"
PYTHON_SINGLE_TARGET="python3_7"
# Mikle Kolyada <[email protected]> (2018-07-24)
# Updated to python3_6
PYTHON_TARGETS="python2_7 python3_6"
PYTHON_SINGLE_TARGET="python3_6"

# Michał Górny <[email protected]> (2013-08-10)
# Moved from portage's make.globals.
Expand Down

0 comments on commit 752ea10

Please sign in to comment.