commit:     0a64eb271ee08998746b629db8aa3a86aa4b67c7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 14:28:14 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 14:28:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a64eb27

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 <AT> gentoo.org>

 mail-client/thunderbird/thunderbird-115.5.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

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"

Reply via email to