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 A159F15808B for ; Mon, 30 Sep 2024 09:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5AFAE29CD; Mon, 30 Sep 2024 09:08:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9987AE29CD for ; Mon, 30 Sep 2024 09:08:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D015F34318D for ; Mon, 30 Sep 2024 09:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA91C36 for ; Mon, 30 Sep 2024 09:08:36 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1727602355.507d785ace4872b9a098a41b0f71545178b76942.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/gcc/gcc-13.3.0.ebuild sys-devel/gcc/gcc-14.1.0.ebuild sys-devel/gcc/gcc-14.2.0.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 507d785ace4872b9a098a41b0f71545178b76942 X-VCS-Branch: master Date: Mon, 30 Sep 2024 09:08:36 +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: 08b8001c-88bc-4472-b02d-0fe8e913be7c X-Archives-Hash: f190ee140a2b84c9bc0b4bb8681d2037 commit: 507d785ace4872b9a098a41b0f71545178b76942 Author: Fabian Groffen gentoo org> AuthorDate: Sun Sep 29 09:32:35 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Sep 29 09:32:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=507d785a sys-devel/gcc: replace USE=bootstrap with USE=system-bootstrap Signed-off-by: Fabian Groffen gentoo.org> sys-devel/gcc/gcc-13.3.0.ebuild | 4 ++-- sys-devel/gcc/gcc-14.1.0.ebuild | 4 ++-- sys-devel/gcc/gcc-14.2.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-devel/gcc/gcc-13.3.0.ebuild b/sys-devel/gcc/gcc-13.3.0.ebuild index eb8200a374..ba301ba348 100644 --- a/sys-devel/gcc/gcc-13.3.0.ebuild +++ b/sys-devel/gcc/gcc-13.3.0.ebuild @@ -43,7 +43,7 @@ fi # use alternate source for Apple M1 (also works for x86_64) SRC_URI+=" elibc_Darwin? ( https://raw.githubusercontent.com/Homebrew/formula-patches/bda0faddfbfb392e7b9c9101056b2c5ab2500508/gcc/gcc-${PV}.diff -> gcc-${PV}-arm64-darwin.patch )" -IUSE+=" bootstrap" +IUSE+=" system-bootstrap" if [[ ${CATEGORY} != cross-* ]] ; then # Technically only if USE=hardened *too* right now, but no point in complicating it further. @@ -93,7 +93,7 @@ src_prepare() { fi if [[ ${CHOST} == *-darwin* ]] ; then - use bootstrap && eapply "${FILESDIR}"/${PN}-13-darwin14-bootstrap.patch + use system-bootstrap && eapply "${FILESDIR}"/${PN}-13-darwin14-bootstrap.patch # our ld64 is a slight bit different, so tweak expression to not # get confused and break the build diff --git a/sys-devel/gcc/gcc-14.1.0.ebuild b/sys-devel/gcc/gcc-14.1.0.ebuild index 219cdf7330..0f27bd4591 100644 --- a/sys-devel/gcc/gcc-14.1.0.ebuild +++ b/sys-devel/gcc/gcc-14.1.0.ebuild @@ -31,7 +31,7 @@ fi # use alternate source for Apple M1 (also works for x86_64) SRC_URI+=" elibc_Darwin? ( https://raw.githubusercontent.com/Homebrew/formula-patches/82b5c1cd38826ab67ac7fc498a8fe74376a40f4a/gcc/gcc-14.1.0.diff -> gcc-14.1.0-arm64-darwin.patch https://github.com/iains/gcc-14-branch/commit/75ff8c390327ac693f6a1c40510bc0d35d7a1e22.patch?full_index=1 -> gcc-14.1.0-macos-SDK-availability.patch )" -IUSE+=" bootstrap" +IUSE+=" system-bootstrap" if [[ ${CATEGORY} != cross-* ]] ; then # Technically only if USE=hardened *too* right now, but no point in complicating it further. @@ -75,7 +75,7 @@ src_prepare() { fi if [[ ${CHOST} == *-darwin* ]] ; then - use bootstrap && eapply "${FILESDIR}"/${PN}-13-darwin14-bootstrap.patch + use system-bootstrap && eapply "${FILESDIR}"/${PN}-13-darwin14-bootstrap.patch # our ld64 is a slight bit different, so tweak expression to not # get confused and break the build diff --git a/sys-devel/gcc/gcc-14.2.0.ebuild b/sys-devel/gcc/gcc-14.2.0.ebuild index 7fe17192e3..aed471b324 100644 --- a/sys-devel/gcc/gcc-14.2.0.ebuild +++ b/sys-devel/gcc/gcc-14.2.0.ebuild @@ -32,7 +32,7 @@ fi # use alternate source for Apple M1 (also works for x86_64) SRC_URI+=" elibc_Darwin? ( https://raw.githubusercontent.com/Homebrew/formula-patches/d5dcb918a951b2dcf2d7702db75eb29ef144f614/gcc/gcc-14.2.0.diff -> gcc-14.2.0-arm64-darwin.patch )" -IUSE+=" bootstrap" +IUSE+=" system-bootstrap" if [[ ${CATEGORY} != cross-* ]] ; then # Technically only if USE=hardened *too* right now, but no point in complicating it further. @@ -77,7 +77,7 @@ src_prepare() { fi if [[ ${CHOST} == *-darwin* ]] ; then - use bootstrap && eapply "${FILESDIR}"/${PN}-13-darwin14-bootstrap.patch + use system-bootstrap && eapply "${FILESDIR}"/${PN}-13-darwin14-bootstrap.patch # our ld64 is a slight bit different, so tweak expression to not # get confused and break the build