diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-10-31 19:52:11 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2012-10-31 19:52:11 +0000 |
commit | 2a702114a6406d59e198e6659c6176cb036f92df (patch) | |
tree | a423fffeff84f9855e3b8e4a754f0380906d2756 /www-client/seamonkey-bin | |
parent | Add information on USE=curl. (diff) | |
download | gentoo-2-2a702114a6406d59e198e6659c6176cb036f92df.tar.gz gentoo-2-2a702114a6406d59e198e6659c6176cb036f92df.tar.bz2 gentoo-2-2a702114a6406d59e198e6659c6176cb036f92df.zip |
Interim solution to block net-libs/libproxy[spidermonkey] due to mozjs symbol collisions that cause crashes, bug 439148
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'www-client/seamonkey-bin')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index e96b3314a346..671295252bd0 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.153 2012/10/29 16:04:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.154 2012/10/31 19:52:11 axs Exp $ + + 31 Oct 2012; Ian Stakenvicius <axs@gentoo.org> seamonkey-bin-2.13.2.ebuild: + Interim solution to block net-libs/libproxy[spidermonkey] due to mozjs symbol + collisions that cause crashes, bug 439148 *seamonkey-bin-2.13.2 (29 Oct 2012) diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild index b9966966181e..f94aea422eb4 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild,v 1.1 2012/10/29 16:04:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild,v 1.2 2012/10/31 19:52:11 axs Exp $ EAPI="4" @@ -41,7 +41,10 @@ RDEPEND="dev-libs/dbus-glib >=x11-libs/gtk+-2.10:2 x11-libs/libXrender x11-libs/libXt - x11-libs/libXmu" + x11-libs/libXmu + + !net-libs/libproxy[spidermonkey] +" S="${WORKDIR}/${MOZ_PN}" |