summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-01-24 11:51:51 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-01-24 12:01:30 +0200
commitd361fad3aa2fb3229d5ec972268ec52da37f5abc (patch)
tree9858c3b546e91b624fb6ee6ac647eee2eb3ea85f /www-client/firefox/firefox-109.0.ebuild
parentnet-vpn/networkmanager-l2tp: fix MissingRemoteId (diff)
downloadgentoo-d361fad3aa2fb3229d5ec972268ec52da37f5abc.tar.gz
gentoo-d361fad3aa2fb3229d5ec972268ec52da37f5abc.tar.bz2
gentoo-d361fad3aa2fb3229d5ec972268ec52da37f5abc.zip
www-client/firefox: update patchset for 109.0
- include gcc-13 fixes, - include updated webrtc patch on ppc64. Closes: https://bugs.gentoo.org/891643 Bug: https://bugs.gentoo.org/891389 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox/firefox-109.0.ebuild')
-rw-r--r--www-client/firefox/firefox-109.0.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/www-client/firefox/firefox-109.0.ebuild b/www-client/firefox/firefox-109.0.ebuild
index 55a7abd6da29..c2e92bead6a2 100644
--- a/www-client/firefox/firefox-109.0.ebuild
+++ b/www-client/firefox/firefox-109.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-FIREFOX_PATCHSET="firefox-109-patches-02j.tar.xz"
+FIREFOX_PATCHSET="firefox-109-patches-03j.tar.xz"
LLVM_MAX_SLOT=15
@@ -612,12 +612,6 @@ src_unpack() {
src_prepare() {
use lto && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch
! use ppc64 && rm -v "${WORKDIR}"/firefox-patches/*bmo-1775202-ppc64*.patch
-
- # workaround for https://bugs.gentoo.org/891389 until new patch gets into tarball
- if use ppc64; then
- rm -v "${WORKDIR}"/firefox-patches/0030-bmo-1775202-ppc64-webrtc-missing-conditions.patch
- eapply "${FILESDIR}"/0030-bmo-1775202-ppc64-webrtc-missing-conditions-109.patch
- fi
eapply "${WORKDIR}/firefox-patches"