summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-26 10:18:49 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-26 10:18:49 +0000
commitf6338c021eba4ba57017e7460d2033fae5c95abe (patch)
treec2d633a59a330f511054d1bb51d461fd70e828d6 /net-mail
parentremoved pic crap (diff)
downloadgentoo-2-f6338c021eba4ba57017e7460d2033fae5c95abe.tar.gz
gentoo-2-f6338c021eba4ba57017e7460d2033fae5c95abe.tar.bz2
gentoo-2-f6338c021eba4ba57017e7460d2033fae5c95abe.zip
removed invalid flag from IUSE
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/balsa/balsa-1.4.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/balsa/balsa-1.4.0-r1.ebuild b/net-mail/balsa/balsa-1.4.0-r1.ebuild
index 5080740e2fae..bda0e6efa6c2 100644
--- a/net-mail/balsa/balsa-1.4.0-r1.ebuild
+++ b/net-mail/balsa/balsa-1.4.0-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.4.0-r1.ebuild,v 1.6 2003/02/13 14:22:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.4.0-r1.ebuild,v 1.7 2003/03/26 10:18:49 seemant Exp $
-IUSE="ssl nls cups gtkhtml the spell perl"
+IUSE="ssl nls cups gtkhtml spell perl"
S=${WORKDIR}/${P}
DESCRIPTION="Balsa: email client for GNOME"
@@ -31,7 +31,7 @@ src_unpack() {
unpack ${A}
Patch to use the new aspell instead of the old, crusty pspell modules
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die
+ epatch ${FILESDIR}/${P}-gentoo.diff
}