diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-02-15 19:00:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-02-15 19:00:07 +0000 |
commit | dd095170e5417ad67c337fa021345fbdc745f00e (patch) | |
tree | e640e0e734fe97ddcaf2faf2a370e6ed15f0d067 /www-client/seamonkey | |
parent | Tedious work done wrong. (diff) | |
download | gentoo-2-dd095170e5417ad67c337fa021345fbdc745f00e.tar.gz gentoo-2-dd095170e5417ad67c337fa021345fbdc745f00e.tar.bz2 gentoo-2-dd095170e5417ad67c337fa021345fbdc745f00e.zip |
Bump patchset to fix failure with gcc-4.3, bug #258075
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 ia64)
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-1.1.14.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index f7bbec9916e4..3982bae805a3 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.173 2008/12/22 15:33:35 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.174 2009/02/15 19:00:07 armin76 Exp $ + + 15 Feb 2009; Raúl Porcel <armin76@gentoo.org> seamonkey-1.1.14.ebuild: + Bump patchset to fix failure with gcc-4.3, bug #258075 22 Dec 2008; Raúl Porcel <armin76@gentoo.org> -seamonkey-1.1.13.ebuild, seamonkey-1.1.14.ebuild: diff --git a/www-client/seamonkey/seamonkey-1.1.14.ebuild b/www-client/seamonkey/seamonkey-1.1.14.ebuild index 571d590cc2fa..1eeaf5bcd88c 100644 --- a/www-client/seamonkey/seamonkey-1.1.14.ebuild +++ b/www-client/seamonkey/seamonkey-1.1.14.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.1.14.ebuild,v 1.6 2008/12/22 15:33:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.1.14.ebuild,v 1.7 2009/02/15 19:00:07 armin76 Exp $ WANT_AUTOCONF="2.1" inherit flag-o-matic toolchain-funcs eutils mozcoreconf mozconfig-2 mozilla-launcher makeedit multilib autotools -PATCH="${PN}-1.1.12-patches-0.1" +PATCH="${P}-patches-0.1" EMVER="0.95.7" DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC" |