diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-30 18:42:10 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-30 18:42:10 +0000 |
commit | d0a1a6e8f103947db58c582c4f45e91b6363afe9 (patch) | |
tree | 7c2d8cdc5a7bafbf6bd7fbded9d183f6f4e17229 /mail-client | |
parent | Removed gcc.eclass; deprecated and not used in this ebuild. (diff) | |
download | gentoo-2-d0a1a6e8f103947db58c582c4f45e91b6363afe9.tar.gz gentoo-2-d0a1a6e8f103947db58c582c4f45e91b6363afe9.tar.bz2 gentoo-2-d0a1a6e8f103947db58c582c4f45e91b6363afe9.zip |
Moved from gcc.eclass to toolchain-funcs.eclass, bug #92745.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index e27b9696197a..c4577db85692 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.57 2005/05/15 01:48:57 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.58 2005/05/30 18:42:10 swegener Exp $ + + 30 May 2005; Sven Wegener <swegener@gentoo.org> + mozilla-thunderbird-1.0.2.ebuild: + Moved from gcc.eclass to toolchain-funcs.eclass, bug #92745. 15 May 2005; Mark Loeser <halcy0n@gentoo.org> +files/mozilla-thunderbird-1.0.2-gcc4.patch, diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild index 483e523f8cd5..4cbf0ca8535a 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild,v 1.11 2005/05/15 01:48:57 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild,v 1.12 2005/05/30 18:42:10 swegener Exp $ IUSE="crypt" unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 -inherit flag-o-matic gcc eutils nsplugins mozconfig mozilla-launcher makeedit multilib +inherit flag-o-matic toolchain-funcs eutils nsplugins mozconfig mozilla-launcher makeedit multilib EMVER="0.90.2" IPCVER="1.1.2" |