diff options
author | Olivier Crête <tester@gentoo.org> | 2004-12-21 09:05:25 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2004-12-21 09:05:25 +0000 |
commit | 7f9cf915676e95a7ec035132f9e40285e7eac433 (patch) | |
tree | 63f7434a0262afe011d4108bebbe1464977f38d8 /mail-client | |
parent | remove nas from dependancies (Manifest recommit) (diff) | |
download | gentoo-2-7f9cf915676e95a7ec035132f9e40285e7eac433.tar.gz gentoo-2-7f9cf915676e95a7ec035132f9e40285e7eac433.tar.bz2 gentoo-2-7f9cf915676e95a7ec035132f9e40285e7eac433.zip |
Stable on x86 per security bug 68976
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.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 2fa4c94afd41..7ad41aad4467 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.40 2004/12/20 15:14:14 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.41 2004/12/21 09:05:25 tester Exp $ + + 21 Dec 2004; Olivier Crete <tester@gentoo.org> + mozilla-thunderbird-1.0.ebuild: + Stable on x86 per security bug 68976 20 Dec 2004; Dylan Carlson <absinthe@gentoo.org> mozilla-thunderbird-1.0.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.ebuild index c22b443d63ed..c94930490168 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.ebuild,v 1.3 2004/12/20 15:14:14 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.ebuild,v 1.4 2004/12/21 09:05:25 tester Exp $ IUSE="crypt" @@ -16,7 +16,7 @@ SRC_URI="http://ftp24moz.newaol.com/pub/mozilla.org/thunderbird/releases/${PV}/s crypt? ( http://downloads.mozdev.org/enigmail/src/enigmail-${EMVER}.tar.gz http://downloads.mozdev.org/enigmail/src/ipc-${IPCVER}.tar.gz )" -KEYWORDS="~x86 ~ppc sparc ~alpha amd64 ~ia64" +KEYWORDS="x86 ~ppc sparc ~alpha amd64 ~ia64" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" |