sys-devel/gcc: add upstreamed patch for 14.3.9999

Signed-off-by: Jonas Toth <gentoo@jonas-toth.eu>
Closes: https://github.com/gentoo/gentoo/pull/39538
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Jonas Toth
2024-12-01 13:39:33 +01:00
committed by Sam James
parent dd4931d457
commit 68cdf10dae

View File

@@ -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