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 E642F158041 for ; Thu, 29 Feb 2024 08:54:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D51E2A2F; Thu, 29 Feb 2024 08:54:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7732E2A2F for ; Thu, 29 Feb 2024 08:54:10 +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 068C0343064 for ; Thu, 29 Feb 2024 08:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B3AD118C for ; Thu, 29 Feb 2024 08:54:08 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1709196828.6d50b94b230150f0c380ecd6d596248fe5a7f2fb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/releases/23.0/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/releases/23.0/make.defaults profiles/releases/23.0/package.use X-VCS-Directories: profiles/releases/23.0/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6d50b94b230150f0c380ecd6d596248fe5a7f2fb X-VCS-Branch: master Date: Thu, 29 Feb 2024 08:54:08 +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: 47b9c5cf-6db4-4b9e-9d72-4d6a01fde483 X-Archives-Hash: 61fe647f34239c5ee725f445214541df commit: 6d50b94b230150f0c380ecd6d596248fe5a7f2fb Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Feb 29 08:51:37 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Feb 29 08:53:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d50b94b profiles: Re-enable openmp in 23.0 profiles again, step 1: gcc-only Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/releases/23.0/make.defaults | 4 ++++ profiles/releases/23.0/package.use | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults index 16ffd78fb52d..b833954ae2f8 100644 --- a/profiles/releases/23.0/make.defaults +++ b/profiles/releases/23.0/make.defaults @@ -7,6 +7,10 @@ # This just makes sense nowadays, if only for distfiles... USE="lzma zstd" +## make sure toolchain has sane defaults +# (re-enable after one round of stage rebuilds) +#USE="${USE} openmp" + # bug 831045 USE="${USE} -cli" diff --git a/profiles/releases/23.0/package.use b/profiles/releases/23.0/package.use index f25938b2f986..8e91c6db09c1 100644 --- a/profiles/releases/23.0/package.use +++ b/profiles/releases/23.0/package.use @@ -4,3 +4,7 @@ # Ionen Wolkens (2024-02-28) # 23.0 profiles have USE="-cli" overriding ebuild's IUSE="+cli" (bug #925520) media-video/mpv cli + +# temporarily here, until one round of stage rebuilds is done and we can +# default-enable it globally again +sys-devel/gcc openmp