diff options
author | Stuart Longland <redhatter@gentoo.org> | 2007-08-20 04:55:35 +0000 |
---|---|---|
committer | Stuart Longland <redhatter@gentoo.org> | 2007-08-20 04:55:35 +0000 |
commit | 7981a33734e464ebc881613392fb4a6f63627175 (patch) | |
tree | e4db3bf6bd2dc6233e1d89cc74fdaff7c3ee0c73 /mail-client | |
parent | Tested and working on MIPS. Keyworded ~mips as per bug #114498. (diff) | |
download | gentoo-2-7981a33734e464ebc881613392fb4a6f63627175.tar.gz gentoo-2-7981a33734e464ebc881613392fb4a6f63627175.tar.bz2 gentoo-2-7981a33734e464ebc881613392fb4a6f63627175.zip |
Dropped -mips keyword ... Thunderbird works on mipsel but not mips for IMAP. See ChangeLog for details.
(Portage version: 2.1.2.9)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 10 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.6.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 7abc3901d9eb..0f505b0e99d3 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.226 2007/08/05 20:46:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.227 2007/08/20 04:55:35 redhatter Exp $ + + 20 Aug 2007; Stuart Longland <redhatter@gentoo.org> + mozilla-thunderbird-2.0.0.6.ebuild: + Dropped -mips keyword. Thunderbird is known to work fine on little-endian + MIPS (mipsel), however IMAP support is broken for big-endian MIPS. More + information at https://bugzilla.mozilla.org/show_bug.cgi?id=390604 + Daring users _may_ try it by adjusting their package.keywords _at their own + risk_. 05 Aug 2007; Raúl Porcel <armin76@gentoo.org> -mozilla-thunderbird-2.0.0.5.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.6.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.6.ebuild index 47e879ec7715..602fc5907468 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.6.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.6.ebuild,v 1.7 2007/08/05 19:08:02 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.6.ebuild,v 1.8 2007/08/20 04:55:35 redhatter Exp $ WANT_AUTOCONF="2.1" @@ -13,7 +13,7 @@ NOSHORTLANGS="en-GB es-AR pt-BR zh-TW" DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" -KEYWORDS="alpha amd64 ia64 -mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ldap crypt bindist mozdom replytolist" |