diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-02 10:03:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-02 10:03:18 +0000 |
commit | 8a8fd2d7f2b5212d6b3ab1b9dd1a4d739da28a7c (patch) | |
tree | f42f1ab62b272972cae2d947cff37e0f1246bab2 /www-client/seamonkey-bin | |
parent | Remove app-emulation/emul-linux-x86-compat (libstdc++.so.5) from RDEPEND. (diff) | |
download | gentoo-2-8a8fd2d7f2b5212d6b3ab1b9dd1a4d739da28a7c.tar.gz gentoo-2-8a8fd2d7f2b5212d6b3ab1b9dd1a4d739da28a7c.tar.bz2 gentoo-2-8a8fd2d7f2b5212d6b3ab1b9dd1a4d739da28a7c.zip |
Remove app-emulation/emul-linux-x86-compat (libstdc++.so.5) from RDEPEND.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'www-client/seamonkey-bin')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index 6fdf665d083d..aed3e7b70fe2 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.72 2009/09/29 22:23:41 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.73 2010/01/02 10:03:18 ssuominen Exp $ + + 02 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + seamonkey-bin-2.0_alpha3.ebuild: + Remove app-emulation/emul-linux-x86-compat (libstdc++.so.5) from RDEPEND. 29 Sep 2009; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.18.ebuild: amd64 stable, bug #286721 diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild index 281083a10ab3..1a8e9a368a93 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.0_alpha3.ebuild,v 1.1 2009/03/06 16:55:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild,v 1.2 2010/01/02 10:03:18 ssuominen Exp $ inherit eutils mozilla-launcher multilib @@ -28,10 +28,9 @@ RDEPEND="dev-libs/dbus-glib >=media-libs/alsa-lib-1.0.16 ) amd64? ( - >=app-emulation/emul-linux-x86-baselibs-1.0 - >=app-emulation/emul-linux-x86-gtklibs-1.0 - >=app-emulation/emul-linux-x86-soundlibs-20080418 - app-emulation/emul-linux-x86-compat + >=app-emulation/emul-linux-x86-baselibs-20081109 + >=app-emulation/emul-linux-x86-gtklibs-20081109 + >=app-emulation/emul-linux-x86-soundlibs-20081109 )" S="${WORKDIR}/seamonkey" |