diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-06 17:05:58 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-06 17:05:58 +0000 |
commit | e0143f4d688e62ccd8a92e313f3ec1453bf33c14 (patch) | |
tree | 2e9408a15b98f29ee9c8d7e2342c15bf693b7619 /mail-client | |
parent | Version bumped and closing bug #126749. (diff) | |
download | gentoo-2-e0143f4d688e62ccd8a92e313f3ec1453bf33c14.tar.gz gentoo-2-e0143f4d688e62ccd8a92e313f3ec1453bf33c14.tar.bz2 gentoo-2-e0143f4d688e62ccd8a92e313f3ec1453bf33c14.zip |
Stable on sparc wrt security #135256
(Portage version: 2.0.54-r2)
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.4.ebuild | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index ed4365cd8d58..ea5224aac39b 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.117 2006/06/04 02:44:24 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.118 2006/06/06 17:05:58 gustavoz Exp $ + + 06 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + mozilla-thunderbird-1.5.0.4.ebuild: + Stable on sparc wrt security #135256 04 Jun 2006; Mark Loeser <halcy0n@gentoo.org> mozilla-thunderbird-1.5.0.4.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild index 7f1724656a40..24e508c6a567 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.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.4.ebuild,v 1.4 2006/06/04 02:44:24 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild,v 1.5 2006/06/06 17:05:58 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 @@ -13,7 +13,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/sourc mirror://gentoo/${P}-patches-${PVER}.tar.bz2 http://dev.gentoo.org/~anarchy/dist/${P}-patches-${PVER}.tar.bz2" -KEYWORDS="amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~ia64 ppc sparc x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="ldap crypt" @@ -55,9 +55,6 @@ src_unpack() { ${S}/security/coreconf/arch.mk fi - # Fix sparc bus errors #115729 <gustavoz> - use sparc && epatch ${FILESDIR}/firefox-bus-error.patch - WANT_AUTOCONF="2.13" \ WANT_AUTOMAKE="2.13" \ eautoreconf || die "failed running autoreconf" |