diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 18:57:01 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 18:57:01 +0000 |
commit | 69051588e2f955485fe5d45d45e616bc60a2de57 (patch) | |
tree | ef8699cca7ce3773b1de747b167ceeacdc60cb92 /profiles/base | |
parent | d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff) |
gentoo resync : 31.01.2021
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 4 | ||||
-rw-r--r-- | profiles/base/package.use.force | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 981eda7446a7..d77cffe03f21 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -123,13 +123,13 @@ PYTHONDONTWRITEBYTECODE="1" # This MUST be kept in sync with the PYTHON_TARGETS below # Mike Gilbert <floppym@gentoo.org> (2018-05-23) # sys-apps/baslayout-2.5 needs split-usr enabled. -BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_8 python_targets_python2_7" +BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_8" # Mike Gilbert <floppym@gentoo.org> (2012-05-15) # Default target(s) for python-r1.eclass # Mikle Kolyada <zlogene@gentoo.org> (2020-12-02) # Updated to python3_8 -PYTHON_TARGETS="python2_7 python3_8" +PYTHON_TARGETS="python3_8" PYTHON_SINGLE_TARGET="python3_8" # Michał Górny <mgorny@gentoo.org> (2013-08-10) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 7fccdd3e1850..10958c1f917c 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -166,7 +166,6 @@ app-shells/bash:0 readline # Michał Górny <mgorny@gentoo.org> (2012-10-14) # Force-enable all PYTHON_TARGETS for python-exec to avoid using private # API. Please remember to keep it in sync with python_targets.desc. -dev-lang/python-exec python_targets_python2_7 dev-lang/python-exec python_targets_python3_7 dev-lang/python-exec python_targets_python3_8 dev-lang/python-exec python_targets_python3_9 |