summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-11-22 16:28:14 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-11-22 16:28:14 +0200
commit0a64eb271ee08998746b629db8aa3a86aa4b67c7 (patch)
tree9598244f05393552fe99f617e80d03c8f4aee838 /mail-client
parentwww-client/firefox: add 115.5.0 (diff)
downloadgentoo-0a64eb271ee08998746b629db8aa3a86aa4b67c7.tar.gz
gentoo-0a64eb271ee08998746b629db8aa3a86aa4b67c7.tar.bz2
gentoo-0a64eb271ee08998746b629db8aa3a86aa4b67c7.zip
mail-client/thunderbird: update the icu logic to be consistent
- this will also allow us to un-use.mask thunderbird[system-icu], and move it to stable use.mask instead. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-115.5.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail-client/thunderbird/thunderbird-115.5.0.ebuild b/mail-client/thunderbird/thunderbird-115.5.0.ebuild
index 7ee57453bb58..17e0f8878c88 100644
--- a/mail-client/thunderbird/thunderbird-115.5.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-115.5.0.ebuild
@@ -611,6 +611,9 @@ src_prepare() {
fi
# Workaround for bgo#917599
+ if has_version ">=dev-libs/icu-74.1" && use system-icu ; then
+ eapply "${WORKDIR}"/firefox-patches/0029-bmo-1862601-system-icu-74.patch
+ fi
rm -v "${WORKDIR}"/firefox-patches/0029-bmo-1862601-system-icu-74.patch || die
eapply "${WORKDIR}/firefox-patches"