diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-25 22:09:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-25 22:09:21 +0000 |
commit | 858f1d3a57949735003302ccb6d5914135523fd2 (patch) | |
tree | 4cb2f0e0af61eb6762ad274b248de169fb306ec3 | |
parent | remove flow.dl.sf.net from sourceforge mirrors, it's been causing trouble for... (diff) | |
download | gentoo-2-858f1d3a57949735003302ccb6d5914135523fd2.tar.gz gentoo-2-858f1d3a57949735003302ccb6d5914135523fd2.tar.bz2 gentoo-2-858f1d3a57949735003302ccb6d5914135523fd2.zip |
Always apply slang fix, even when USE=vanilla
-rw-r--r-- | net-mail/mutt/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mutt/mutt-1.5.6.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/mutt/ChangeLog b/net-mail/mutt/ChangeLog index fefcaf18883f..e594927b577a 100644 --- a/net-mail/mutt/ChangeLog +++ b/net-mail/mutt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mutt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/ChangeLog,v 1.46 2004/02/23 04:51:33 gregf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/ChangeLog,v 1.47 2004/02/25 22:09:21 agriffis Exp $ + + 25 Feb 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6.ebuild: + Always apply slang fix, even when USE=vanilla *mutt-1.4.2.1 (17 Feb 2004) diff --git a/net-mail/mutt/mutt-1.5.6.ebuild b/net-mail/mutt/mutt-1.5.6.ebuild index f25841d35247..5013c9a48921 100644 --- a/net-mail/mutt/mutt-1.5.6.ebuild +++ b/net-mail/mutt/mutt-1.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.5.6.ebuild,v 1.4 2004/02/17 15:37:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.5.6.ebuild,v 1.5 2004/02/25 22:09:21 agriffis Exp $ IUSE="ssl nls slang crypt imap mbox nntp vanilla" @@ -51,7 +51,6 @@ src_unpack() { epatch ${DISTDIR}/${compressed_patch} epatch ${DISTDIR}/${edit_threads_patch} epatch ${DISTDIR}/${mbox_hook_patch} - use slang && epatch ${FILESDIR}/slang.patch if use nntp; then epatch ${DISTDIR}/${nntp_patch} # I don't know how much of this is truly necessary, but it @@ -63,6 +62,9 @@ src_unpack() { autoconf || die "autoconf failed" fi fi + + # Fix a slang problem that is already fixed in upstream cvs + epatch ${FILESDIR}/slang.patch } src_compile() { |