summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2014-04-02 18:10:20 +0000
committerIan Stakenvicius <axs@gentoo.org>2014-04-02 18:10:20 +0000
commit5b42216b67e2e8dcf78fd4ad7af43aa5def3b4f5 (patch)
tree74595cdb8e964cbdd683e08ab834045c20b67820 /www-client
parentamd64 stable wrt bug #500914 (diff)
downloadgentoo-2-5b42216b67e2e8dcf78fd4ad7af43aa5def3b4f5.tar.gz
gentoo-2-5b42216b67e2e8dcf78fd4ad7af43aa5def3b4f5.tar.bz2
gentoo-2-5b42216b67e2e8dcf78fd4ad7af43aa5def3b4f5.zip
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)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/seamonkey/ChangeLog6
-rw-r--r--www-client/seamonkey/seamonkey-2.24.ebuild3
-rw-r--r--www-client/seamonkey/seamonkey-2.25.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog
index 8d092bfd749c..2dcf5175cada 100644
--- a/www-client/seamonkey/ChangeLog
+++ b/www-client/seamonkey/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/seamonkey
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.484 2014/03/22 20:17:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.485 2014/04/02 18:10:20 axs Exp $
+
+ 02 Apr 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> seamonkey-2.24.ebuild,
+ seamonkey-2.25.ebuild:
+ disable the forcing of ld.gold in the mozilla build system, bug 494364
22 Mar 2014; Agostino Sarubbo <ago@gentoo.org> seamonkey-2.25.ebuild:
Stable for x86, wrt bug #505072
diff --git a/www-client/seamonkey/seamonkey-2.24.ebuild b/www-client/seamonkey/seamonkey-2.24.ebuild
index 4903de93c28c..b5d8ac8f1b3e 100644
--- a/www-client/seamonkey/seamonkey-2.24.ebuild
+++ b/www-client/seamonkey/seamonkey-2.24.ebuild
@@ -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/seamonkey/seamonkey-2.24.ebuild,v 1.4 2014/02/15 06:03:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.24.ebuild,v 1.5 2014/04/02 18:10:20 axs Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -218,6 +218,7 @@ src_configure() {
mozconfig_annotate '' --enable-canvas
mozconfig_annotate '' --with-system-png
mozconfig_annotate '' --enable-system-ffi
+ mozconfig_annotate '' --disable-gold
# Other sm-specific settings
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
diff --git a/www-client/seamonkey/seamonkey-2.25.ebuild b/www-client/seamonkey/seamonkey-2.25.ebuild
index 6d34932982ff..a1a168085209 100644
--- a/www-client/seamonkey/seamonkey-2.25.ebuild
+++ b/www-client/seamonkey/seamonkey-2.25.ebuild
@@ -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/seamonkey/seamonkey-2.25.ebuild,v 1.3 2014/03/22 20:17:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.25.ebuild,v 1.4 2014/04/02 18:10:20 axs Exp $
EAPI=5
WANT_AUTOCONF="2.1"
@@ -219,6 +219,7 @@ src_configure() {
mozconfig_annotate '' --enable-canvas
mozconfig_annotate '' --with-system-png
mozconfig_annotate '' --enable-system-ffi
+ mozconfig_annotate '' --disable-gold
# Other sm-specific settings
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}