diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-11-09 18:24:54 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-11-09 18:24:54 +0000 |
commit | 3469437063a21a9776c2f28eff493460058c8424 (patch) | |
tree | cce4a860105dd68b0f6f80c18b0a1a4976f192e4 /mail-client | |
parent | Added to ~amd64. (diff) | |
download | gentoo-2-3469437063a21a9776c2f28eff493460058c8424.tar.gz gentoo-2-3469437063a21a9776c2f28eff493460058c8424.tar.bz2 gentoo-2-3469437063a21a9776c2f28eff493460058c8424.zip |
Stable on sparc wrt security #154448
(Portage version: 2.1.1-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.5.0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index f744418f8eb8..abc194fd4e8b 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.142 2006/11/09 13:51:16 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.143 2006/11/09 18:24:54 gustavoz Exp $ + + 09 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> + mozilla-thunderbird-1.5.0.8.ebuild: + Stable on sparc wrt security #154448 09 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org> mozilla-thunderbird-1.5.0.8.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild index af48e43b6f25..df8d3a5bb92c 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.5.0.8.ebuild,v 1.3 2006/11/09 13:51:16 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild,v 1.4 2006/11/09 18:24:54 gustavoz Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools mozextension @@ -14,7 +14,7 @@ HOMEPAGE="http://www.mozilla.org/projects/thunderbird/" SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/source/thunderbird-${PV}-source.tar.bz2 mirror://gentoo/${P}-patches-${PVER}.tar.bz2" -KEYWORDS="~amd64 ~ia64 ~mips ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~mips ppc sparc x86 ~x86-fbsd" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="ldap crypt" |