Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Mon, 02 Dec 2019 21:26:27
Message-Id: 1575321978.c85c5321b88c5e916112024784ba31d647c064b8.whissi@gentoo
1 commit: c85c5321b88c5e916112024784ba31d647c064b8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 21:26:18 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 21:26:18 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c85c5321
7
8 www-client/firefox: synchronize with repository
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-71.0.ebuild | 8 +-------
14 1 file changed, 1 insertion(+), 7 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-71.0.ebuild b/www-client/firefox/firefox-71.0.ebuild
17 index 2abc574..21f0e54 100644
18 --- a/www-client/firefox/firefox-71.0.ebuild
19 +++ b/www-client/firefox/firefox-71.0.ebuild
20 @@ -42,7 +42,7 @@ LLVM_MAX_SLOT=9
21
22 inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils \
23 gnome2-utils llvm mozcoreconf-v6 pax-utils xdg-utils \
24 - autotools mozlinguas-v2 virtualx multiprocessing eapi7-ver
25 + autotools mozlinguas-v2 virtualx eapi7-ver
26
27 DESCRIPTION="Firefox Web Browser"
28 HOMEPAGE="https://www.mozilla.com/firefox"
29 @@ -270,12 +270,6 @@ src_prepare() {
30 # Allow user to apply any additional patches without modifing ebuild
31 eapply_user
32
33 - local n_jobs=$(makeopts_jobs)
34 - if [[ ${n_jobs} == 1 ]]; then
35 - einfo "Building with MAKEOPTS=-j1 is known to fail (bug #687028); Forcing MAKEOPTS=-j2 ..."
36 - export MAKEOPTS=-j2
37 - fi
38 -
39 # Enable gnomebreakpad
40 if use debug ; then
41 sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \