From 86cf971adf9ac5336ece501a5cc8a9268031a795 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sun, 6 Oct 2024 16:43:16 +0200 Subject: [PATCH] Updated patches --- dev-lang/spidermonkey/spidermonkey-128.3.0.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-128.3.0.ebuild b/dev-lang/spidermonkey/spidermonkey-128.3.0.ebuild index c3c4c21..ab3f80a 100644 --- a/dev-lang/spidermonkey/spidermonkey-128.3.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-128.3.0.ebuild @@ -255,17 +255,12 @@ src_prepare() { use lto && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch - if ! use ppc64; then - rm -v "${WORKDIR}"/firefox-patches/*ppc64*.patch || die - fi - # Workaround for bgo #915651,915651,929013 on musl if use elibc_glibc ; then rm -v "${WORKDIR}"/firefox-patches/*bgo-748849-RUST_TARGET_override.patch || die fi eapply "${WORKDIR}"/firefox-patches - eapply "${WORKDIR}"/spidermonkey-patches default