From: Jory A. Pratt Date: Sun, 8 Jul 2018 16:05:20 +0000 (-0500) Subject: www-client/firefox: Work around broken system-hunspell support, bug X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c8c2d2878c4b4a732ba2b581ed6b6737d8f1b2a0;p=gentoo.git www-client/firefox: Work around broken system-hunspell support, bug 659730 --- 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 e3945abf8ec5..bdcf985eb99e 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