summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory A. Pratt <anarchy@gentoo.org>2018-07-08 11:05:20 -0500
committerJory A. Pratt <anarchy@gentoo.org>2018-07-08 11:05:20 -0500
commitc8c2d2878c4b4a732ba2b581ed6b6737d8f1b2a0 (patch)
treef84737801a21cc1f68fb41a073ab6c163ec45c56 /www-client
parentsci-libs/tensorflow: fix removing tensorboard (diff)
downloadgentoo-c8c2d2878c4b4a732ba2b581ed6b6737d8f1b2a0.tar.gz
gentoo-c8c2d2878c4b4a732ba2b581ed6b6737d8f1b2a0.tar.bz2
gentoo-c8c2d2878c4b4a732ba2b581ed6b6737d8f1b2a0.zip
www-client/firefox: Work around broken system-hunspell support, bug
659730
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-61.0-r1.ebuild (renamed from www-client/firefox/firefox-61.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-61.0.ebuild b/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