commit:     2cbbf8a6271301b928d5c1d5dce435c2a291c8ae
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 08:13:24 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 08:27:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbbf8a6

profiles/base: sync BOOTSTRAP_USE with PYTHON_TARGETS

Fixes: a9845b9cd3f7 ("profiles/base: swith to python3.8 by default")
Reported-by: Anatoly Laskaris <nahsimail <AT> airmail.cc>
Bug: https://bugs.gentoo.org/722748#c14
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 1116a517ef1..b5cbd7f8143 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -123,7 +123,7 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert <flop...@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_7 python_targets_python2_7"
+BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr 
python_targets_python3_8 python_targets_python2_7"
 
 # Mike Gilbert <flop...@gentoo.org> (2012-05-15)
 # Default target(s) for python-r1.eclass

Reply via email to