diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
commit | c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6 (patch) | |
tree | cc4461364c88150ea534822da5b666b3d2814ab2 /net-mail/exim/exim-4.20-r1.ebuild | |
parent | un-redefine ${A} (diff) | |
download | historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2 historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/exim/exim-4.20-r1.ebuild')
-rw-r--r-- | net-mail/exim/exim-4.20-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/exim/exim-4.20-r1.ebuild b/net-mail/exim/exim-4.20-r1.ebuild index aa1ce18539e3..e9d0f379a06d 100644 --- a/net-mail/exim/exim-4.20-r1.ebuild +++ b/net-mail/exim/exim-4.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.20-r1.ebuild,v 1.6 2003/07/19 23:08:53 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.20-r1.ebuild,v 1.7 2003/09/05 09:16:18 msterret Exp $ IUSE="tcpd ssl postgres mysql ldap pam exiscan exiscan-acl maildir lmtp" @@ -43,7 +43,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/exim-4.14-tail.patch - + if use maildir; then einfo "Patching maildir support into exim.conf" epatch ${FILESDIR}/exim-${PV}-maildir.patch |