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 9862F1582E8 for ; Sun, 19 May 2024 13:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2981BE2A0B; Sun, 19 May 2024 13:58:10 +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 F209AE2A0B for ; Sun, 19 May 2024 13:58:09 +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 0864233BE93 for ; Sun, 19 May 2024 13:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A1321AD8 for ; Sun, 19 May 2024 13:58:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1716126714.1cc928f6711d9017f9dcd8c1bdcaf6795bf0f98f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc/gcc-14.1.1_p20240518.ebuild sys-devel/gcc/gcc-14.1.9999.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1cc928f6711d9017f9dcd8c1bdcaf6795bf0f98f X-VCS-Branch: master Date: Sun, 19 May 2024 13:58:07 +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: d17b4d02-ff68-4226-896c-1b23c229d51b X-Archives-Hash: 3634df86f7a7841cec9d763106c40fed commit: 1cc928f6711d9017f9dcd8c1bdcaf6795bf0f98f Author: Sam James gentoo org> AuthorDate: Sun May 19 13:50:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 19 13:51:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc928f6 sys-devel/gcc: restore lost fixincludes patch for 14 I never added it to the live ebuild so it got lost. Closes: https://bugs.gentoo.org/932195 Signed-off-by: Sam James gentoo.org> sys-devel/gcc/gcc-14.1.1_p20240518.ebuild | 1 + sys-devel/gcc/gcc-14.1.9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-devel/gcc/gcc-14.1.1_p20240518.ebuild b/sys-devel/gcc/gcc-14.1.1_p20240518.ebuild index 544192730f5c..51d5147b906f 100644 --- a/sys-devel/gcc/gcc-14.1.1_p20240518.ebuild +++ b/sys-devel/gcc/gcc-14.1.1_p20240518.ebuild @@ -49,5 +49,6 @@ src_prepare() { toolchain_src_prepare + eapply "${FILESDIR}"/${PN}-13-fix-cross-fixincludes.patch eapply_user } diff --git a/sys-devel/gcc/gcc-14.1.9999.ebuild b/sys-devel/gcc/gcc-14.1.9999.ebuild index f576374d0692..b8c53ea9741a 100644 --- a/sys-devel/gcc/gcc-14.1.9999.ebuild +++ b/sys-devel/gcc/gcc-14.1.9999.ebuild @@ -47,5 +47,6 @@ src_prepare() { toolchain_src_prepare + eapply "${FILESDIR}"/${PN}-13-fix-cross-fixincludes.patch eapply_user }