commit:     6aa79fa054d59441ff9f1983e5cb01b4c8b590e9
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 15:23:42 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 15:24:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa79fa0

profiles: add openmp to BOOTSTRAP_USE

A few things in stage3 are starting to require openmp support and this
will help get openmp support enabled earlier, in stage1 build.

Signed-off-by: Ben Kohler <bkohler <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 ab69dbfae58e..809f76a7e119 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -129,7 +129,7 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert <[email protected]> (2018-05-23)
 # sys-apps/baselayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml 
python_targets_python3_10"
+BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml 
python_targets_python3_10 openmp"
 
 # Mike Gilbert <[email protected]> (2012-05-15)
 # Default target(s) for python-r1.eclass

Reply via email to