diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-17 20:03:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-17 20:03:48 +0000 |
commit | a1b7f2a6927b0b437e332a0a55c83d4ea17b2bf5 (patch) | |
tree | e295e40d8b1fd1fe0dd76165253592a9f4577c80 /mail-client/mutt/mutt-1.4.2.1.ebuild | |
parent | Fix homepage (diff) | |
download | historical-a1b7f2a6927b0b437e332a0a55c83d4ea17b2bf5.tar.gz historical-a1b7f2a6927b0b437e332a0a55c83d4ea17b2bf5.tar.bz2 historical-a1b7f2a6927b0b437e332a0a55c83d4ea17b2bf5.zip |
Bump to 1.5.10 #102183. Add imap-fcc-status patch, suggested by Pedro
Algarvio. This patch is primarily useful for people that send mail with
Courier IMAP's outbox feature. Remove the edit_threads and header_cache
patches since these are now integrated into 1.5.10. Re-enable berkdb for
header caching; it didn't work in 1.5.9.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'mail-client/mutt/mutt-1.4.2.1.ebuild')
-rw-r--r-- | mail-client/mutt/mutt-1.4.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/mutt/mutt-1.4.2.1.ebuild b/mail-client/mutt/mutt-1.4.2.1.ebuild index 2ca0d000ac16..26bf6d64f5de 100644 --- a/mail-client/mutt/mutt-1.4.2.1.ebuild +++ b/mail-client/mutt/mutt-1.4.2.1.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/mutt/mutt-1.4.2.1.ebuild,v 1.8 2005/08/11 22:57:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.4.2.1.ebuild,v 1.9 2005/08/17 20:03:48 agriffis Exp $ IUSE="cjk imap mbox nls slang ssl vanilla" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha hppa ~mips" +KEYWORDS="alpha hppa ~mips ppc sparc x86" pkg_setup() { if ! use imap; then |