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 A319D15800F for ; Sun, 19 Feb 2023 15:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E00FDE07EF; Sun, 19 Feb 2023 15:29:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C0B3EE07EF for ; Sun, 19 Feb 2023 15:29:12 +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 D09B5340F2B for ; Sun, 19 Feb 2023 15:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F80C85C for ; Sun, 19 Feb 2023 15:29:10 +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: <1676820537.a57e85c4b1bd47cd452fecaac3c44efc0412119f.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: a57e85c4b1bd47cd452fecaac3c44efc0412119f X-VCS-Branch: master Date: Sun, 19 Feb 2023 15:29:10 +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: b820bd97-2b05-4801-81b8-7f275db20adf X-Archives-Hash: 1d608d2f7791362b6d51af8cab8e41c8 commit: a57e85c4b1bd47cd452fecaac3c44efc0412119f Author: Ben Kohler gentoo org> AuthorDate: Sun Feb 19 15:28:33 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sun Feb 19 15:28:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57e85c4 Revert "profiles: add openmp to BOOTSTRAP_USE" This reverts commit 6aa79fa054d59441ff9f1983e5cb01b4c8b590e9. 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 809f76a7e119..ab69dbfae58e 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 openmp" +BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_10" # Mike Gilbert (2012-05-15) # Default target(s) for python-r1.eclass