summaryrefslogtreecommitdiff
path: root/www-client/firefox/firefox-120.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-22 11:17:57 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-22 11:17:57 +0000
commit77b74be093bdf4a0ed4121acc3f8e229103cf004 (patch)
tree63d35b3e7246dd3ae3c181b1e47212a89a5f8d2c /www-client/firefox/firefox-120.0.ebuild
parent734d2dac3e96161f025c33aa2d518d798cd06580 (diff)
gentoo auto-resync : 22:11:2023 - 11:17:57
Diffstat (limited to 'www-client/firefox/firefox-120.0.ebuild')
-rw-r--r--www-client/firefox/firefox-120.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/firefox/firefox-120.0.ebuild b/www-client/firefox/firefox-120.0.ebuild
index c7fbedecf97e..cd20a5293678 100644
--- a/www-client/firefox/firefox-120.0.ebuild
+++ b/www-client/firefox/firefox-120.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-FIREFOX_PATCHSET="firefox-119-patches-01.tar.xz"
+FIREFOX_PATCHSET="firefox-120-patches-01.tar.xz"
LLVM_MAX_SLOT=17
@@ -663,8 +663,8 @@ src_prepare() {
eapply "${WORKDIR}/firefox-patches"
# Workaround for bgo#917599
- if has_version ">=dev-libs/icu-74.1" && use system-icu ; then
- eapply "${FILESDIR}"/firefox-115.4.0-icu-74.patch
+ if use system-icu && ! has_version ">=dev-libs/icu-74.1" ; then
+ rm -v "${WORKDIR}"/firefox-patches/0028-bmo-1862601-system-icu-74.patch || die
fi
# Allow user to apply any additional patches without modifing ebuild