www-client/firefox: Work around broken system-hunspell support, bug
authorJory A. Pratt <anarchy@gentoo.org>
Sun, 8 Jul 2018 16:05:20 +0000 (11:05 -0500)
committerJory A. Pratt <anarchy@gentoo.org>
Sun, 8 Jul 2018 16:05:20 +0000 (11:05 -0500)
659730

www-client/firefox/firefox-61.0-r1.ebuild [moved from www-client/firefox/firefox-61.0.ebuild with 98% similarity]

similarity index 98%
rename from www-client/firefox/firefox-61.0.ebuild
rename to www-client/firefox/firefox-61.0-r1.ebuild
index e3945abf8ec5cf7025b92322052973670d02b9b3..bdcf985eb99e3078bec3ff75ffe2e5498aa4c445 100644 (file)
@@ -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