From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E115515800F for ; Sun, 19 Feb 2023 15:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AC3EE07EF; Sun, 19 Feb 2023 15:25:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2575DE07EF for ; Sun, 19 Feb 2023 15:25:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B005340F2C for ; Sun, 19 Feb 2023 15:24:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFC1685C for ; Sun, 19 Feb 2023 15:24:57 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1676820291.6aa79fa054d59441ff9f1983e5cb01b4c8b590e9.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6aa79fa054d59441ff9f1983e5cb01b4c8b590e9 X-VCS-Branch: master Date: Sun, 19 Feb 2023 15:24:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00bcaa46-62f5-461e-850d-dd9292f65cee X-Archives-Hash: 9878018c0104f5cfde2428d15c2755a7 commit: 6aa79fa054d59441ff9f1983e5cb01b4c8b590e9 Author: Ben Kohler gentoo org> AuthorDate: Sun Feb 19 15:23:42 2023 +0000 Commit: Ben Kohler gentoo 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 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 (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 (2012-05-15) # Default target(s) for python-r1.eclass