diff options
author | Sam James <sam@gentoo.org> | 2024-03-07 18:36:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-07 18:36:18 +0000 |
commit | e4dfb164264174461dd6ac8a826fb01b00e5dbf8 (patch) | |
tree | 284c05c4e71f2b1c66107021058118b0b4b4749f /sys-devel/gcc/gcc-13.2.1_p20240224.ebuild | |
parent | profiles/arch/arm: un-stable-mask php_targets_php8-2 (diff) | |
download | gentoo-e4dfb164264174461dd6ac8a826fb01b00e5dbf8.tar.gz gentoo-e4dfb164264174461dd6ac8a826fb01b00e5dbf8.tar.bz2 gentoo-e4dfb164264174461dd6ac8a826fb01b00e5dbf8.zip |
Revert "sys-devel/gcc: drop obsolete cross fixincludes patch for 13"
This reverts commit 456eee6e374b50a4d9108a642ca29c5573ac5cb8.
Restore the fixincludes revert. The situation has improved a bit though,
because we now only run fixincludes when it's truly needed, so having
this patch is less risky to begin with.
Caveat emptor for trying to remove this in future: make sure to test
clean builds without mingw already built, and with.
Bug: https://bugs.gentoo.org/905118
Bug: https://bugs.gentoo.org/925204
Closes: https://bugs.gentoo.org/926059
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-13.2.1_p20240224.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-13.2.1_p20240224.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-13.2.1_p20240224.ebuild b/sys-devel/gcc/gcc-13.2.1_p20240224.ebuild index c4394cbaa0e9..dfdf0151adad 100644 --- a/sys-devel/gcc/gcc-13.2.1_p20240224.ebuild +++ b/sys-devel/gcc/gcc-13.2.1_p20240224.ebuild @@ -60,5 +60,6 @@ src_prepare() { toolchain_src_prepare + eapply "${FILESDIR}"/${PN}-13-fix-cross-fixincludes.patch eapply_user } |