Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Wed, 02 Apr 2014 14:08:27
Message-Id: 1396447560.2a30e9a69c3c6f8dfcdb12506519a7f08f638fc3.axs@gentoo
1 commit: 2a30e9a69c3c6f8dfcdb12506519a7f08f638fc3
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 2 14:06:00 2014 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 2 14:06:00 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=2a30e9a6
7
8 disable the forcing of ld.gold in the mozilla build system, bug 494364
9
10 ---
11 www-client/firefox/firefox-28.0.ebuild | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/www-client/firefox/firefox-28.0.ebuild b/www-client/firefox/firefox-28.0.ebuild
15 index 6cd57c1..2c2619c 100644
16 --- a/www-client/firefox/firefox-28.0.ebuild
17 +++ b/www-client/firefox/firefox-28.0.ebuild
18 @@ -1,6 +1,6 @@
19 # Copyright 1999-2014 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v 1.3 2014/03/22 10:57:55 polynomial-c Exp $
22 +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v 1.4 2014/04/02 14:03:36 axs Exp $
23
24 EAPI="5"
25 VIRTUALX_REQUIRED="pgo"
26 @@ -217,6 +217,7 @@ src_configure() {
27 mozconfig_annotate '' --disable-mailnews
28 mozconfig_annotate '' --with-system-png
29 mozconfig_annotate '' --enable-system-ffi
30 + mozconfig_annotate '' --disable-gold
31
32 # Other ff-specific settings
33 mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}