axs 14/04/02 14:03:37 Modified: firefox-28.0.ebuild ChangeLog Log: disable the forcing of ld.gold in the mozilla build system, bug 494364 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.4 www-client/firefox/firefox-28.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-28.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-28.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-28.0.ebuild?r1=1.3&r2=1.4 Index: firefox-28.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- firefox-28.0.ebuild 22 Mar 2014 10:57:55 -0000 1.3 +++ firefox-28.0.ebuild 2 Apr 2014 14:03:36 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v 1.3 2014/03/22 10:57:55 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v 1.4 2014/04/02 14:03:36 axs Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" @@ -217,6 +217,7 @@ mozconfig_annotate '' --disable-mailnews mozconfig_annotate '' --with-system-png mozconfig_annotate '' --enable-system-ffi + mozconfig_annotate '' --disable-gold # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} 1.320 www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.320&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.320&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.319&r2=1.320 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.319 retrieving revision 1.320 diff -u -r1.319 -r1.320 --- ChangeLog 24 Mar 2014 14:33:59 -0000 1.319 +++ ChangeLog 2 Apr 2014 14:03:36 -0000 1.320 @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.319 2014/03/24 14:33:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.320 2014/04/02 14:03:36 axs Exp $ + + 02 Apr 2014; Ian Stakenvicius (_AxS_) <[email protected]> firefox-28.0.ebuild: + disable the forcing of ld.gold in the mozilla build system, bug 494364 24 Mar 2014; Agostino Sarubbo <[email protected]> firefox-24.4.0.ebuild: Stable for ppc64, wrt bug #505072
