From c8c2d2878c4b4a732ba2b581ed6b6737d8f1b2a0 Mon Sep 17 00:00:00 2001 From: "Jory A. Pratt" Date: Sun, 8 Jul 2018 11:05:20 -0500 Subject: [PATCH] www-client/firefox: Work around broken system-hunspell support, bug 659730 --- .../firefox/{firefox-61.0.ebuild => firefox-61.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename www-client/firefox/{firefox-61.0.ebuild => firefox-61.0-r1.ebuild} (98%) 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 -- 2.26.2