diff options
author | Jason Wever <weeve@gentoo.org> | 2005-03-25 03:18:09 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-03-25 03:18:09 +0000 |
commit | 9fe6b3f86a733405155bf97a8a1f9dd9b1382882 (patch) | |
tree | ab212c15ef8c01fd858dcaae603916f5af4b4acf /mail-client/mozilla-thunderbird | |
parent | mask vim-6.3.068 for a bit of testing (diff) | |
download | gentoo-2-9fe6b3f86a733405155bf97a8a1f9dd9b1382882.tar.gz gentoo-2-9fe6b3f86a733405155bf97a8a1f9dd9b1382882.tar.bz2 gentoo-2-9fe6b3f86a733405155bf97a8a1f9dd9b1382882.zip |
Stable on SPARC wrt security bug #84075.
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-client/mozilla-thunderbird')
-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 0c2078f900f6..0e10bb0e2637 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.53 2005/03/25 02:14:18 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.54 2005/03/25 03:18:09 weeve Exp $ + + 25 Mar 2005; Jason Wever <weeve@gentoo.org> + mozilla-thunderbird-1.0.2.ebuild: + Stable on SPARC wrt security bug #84075. 24 Mar 2005; Brad Laue <brad@gentoo.org> mozilla-thunderbird-1.0.2.ebuild: Adjust dep on gnupg to >=gnupg-1.4 per enigmail requirements. 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 3275e28ee075..90272095743e 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild @@ -1,6 +1,6 @@ # 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.8 2005/03/25 02:14:18 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.2.ebuild,v 1.9 2005/03/25 03:18:09 weeve Exp $ IUSE="crypt" @@ -16,7 +16,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/sourc crypt? ( http://downloads.mozdev.org/enigmail/src/enigmail-${EMVER}.tar.gz http://downloads.mozdev.org/enigmail/src/ipc-${IPCVER}.tar.gz )" -KEYWORDS="alpha amd64 ia64 ppc ~sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" |