Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sun, 08 Jul 2018 16:07:00
Message-Id: 1531065920.c8c2d2878c4b4a732ba2b581ed6b6737d8f1b2a0.anarchy@gentoo
1 commit: c8c2d2878c4b4a732ba2b581ed6b6737d8f1b2a0
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 8 16:05:20 2018 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 8 16:05:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c2d287
7
8 www-client/firefox: Work around broken system-hunspell support, bug
9 659730
10
11 www-client/firefox/{firefox-61.0.ebuild => firefox-61.0-r1.ebuild} | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/www-client/firefox/firefox-61.0.ebuild b/www-client/firefox/firefox-61.0-r1.ebuild
15 similarity index 98%
16 rename from www-client/firefox/firefox-61.0.ebuild
17 rename to www-client/firefox/firefox-61.0-r1.ebuild
18 index e3945abf8ec..bdcf985eb99 100644
19 --- a/www-client/firefox/firefox-61.0.ebuild
20 +++ b/www-client/firefox/firefox-61.0-r1.ebuild
21 @@ -220,8 +220,9 @@ src_configure() {
22 echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
23 echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig
24
25 - # Default mozilla_five_home no longer valid option
26 + # Default mozilla_five_home, system-hunspell no longer valid option
27 sed '/with-default-mozilla-five-home=/d' -i "${S}"/.mozconfig
28 + sed '/enable-system-hunspell/d' -i "${S}"/.mozconfig
29
30 # Finalize and report settings
31 mozconfig_final