From 2cbbf8a6271301b928d5c1d5dce435c2a291c8ae Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 6 Dec 2020 00:13:24 -0800 Subject: profiles/base: sync BOOTSTRAP_USE with PYTHON_TARGETS Fixes: a9845b9cd3f7 ("profiles/base: swith to python3.8 by default") Reported-by: Anatoly Laskaris Bug: https://bugs.gentoo.org/722748#c14 Signed-off-by: Zac Medico --- 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 1116a517ef12..b5cbd7f8143b 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 (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 (2012-05-15) # Default target(s) for python-r1.eclass -- cgit v1.2.3-65-gdbad