commit:     d872234b5a418f06611f011f4d817d4580a8b748
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 12:51:52 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 12:52:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d872234b

www-client/firefox: move the system-icu patch if-block in 120.0

Closes: https://bugs.gentoo.org/917700
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-client/firefox/firefox-120.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/firefox-120.0.ebuild 
b/www-client/firefox/firefox-120.0.ebuild
index cd20a5293678..cb30d6d39a34 100644
--- a/www-client/firefox/firefox-120.0.ebuild
+++ b/www-client/firefox/firefox-120.0.ebuild
@@ -660,13 +660,13 @@ src_prepare() {
                rm -v "${WORKDIR}"/firefox-patches/*ppc64*.patch || die
        fi
 
-       eapply "${WORKDIR}/firefox-patches"
-
        # Workaround for bgo#917599
        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
 
+       eapply "${WORKDIR}/firefox-patches"
+
        # Allow user to apply any additional patches without modifing ebuild
        eapply_user
 

Reply via email to