commit: 68cdf10daeabfca2db51fafe28c02153d1e3c252 Author: Jonas Toth <gentoo <AT> jonas-toth <DOT> eu> AuthorDate: Sun Dec 1 12:39:33 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 12:45:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cdf10d
sys-devel/gcc: add upstreamed patch for 14.3.9999 Signed-off-by: Jonas Toth <gentoo <AT> jonas-toth.eu> Closes: https://github.com/gentoo/gentoo/pull/39538 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gcc/gcc-14.3.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/gcc/gcc-14.3.9999.ebuild b/sys-devel/gcc/gcc-14.3.9999.ebuild index bc9e2e7b7b05..d27a631d1327 100644 --- a/sys-devel/gcc/gcc-14.3.9999.ebuild +++ b/sys-devel/gcc/gcc-14.3.9999.ebuild @@ -40,6 +40,7 @@ fi src_prepare() { local p upstreamed_patches=( # add them here + 77_all_m2_docs_sandbox.patch ) for p in "${upstreamed_patches[@]}"; do rm -v "${WORKDIR}/patch/${p}" || die
