commit:     c8c2d2878c4b4a732ba2b581ed6b6737d8f1b2a0
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  8 16:05:20 2018 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Jul  8 16:05:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c2d287

www-client/firefox: Work around broken system-hunspell support, bug
659730

 www-client/firefox/{firefox-61.0.ebuild => firefox-61.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-61.0.ebuild 
b/www-client/firefox/firefox-61.0-r1.ebuild
similarity index 98%
rename from www-client/firefox/firefox-61.0.ebuild
rename to www-client/firefox/firefox-61.0-r1.ebuild
index e3945abf8ec..bdcf985eb99 100644
--- a/www-client/firefox/firefox-61.0.ebuild
+++ b/www-client/firefox/firefox-61.0-r1.ebuild
@@ -220,8 +220,9 @@ src_configure() {
        echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
        echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig
 
-       # Default mozilla_five_home no longer valid option
+       # Default mozilla_five_home, system-hunspell no longer valid option
        sed '/with-default-mozilla-five-home=/d' -i "${S}"/.mozconfig
+       sed '/enable-system-hunspell/d' -i "${S}"/.mozconfig
 
        # Finalize and report settings
        mozconfig_final

Reply via email to