commit: 1cc928f6711d9017f9dcd8c1bdcaf6795bf0f98f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 19 13:50:23 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 }
