diff options
author | Todd Berman <tberman@gentoo.org> | 2003-06-28 01:06:43 +0000 |
---|---|---|
committer | Todd Berman <tberman@gentoo.org> | 2003-06-28 01:06:43 +0000 |
commit | c532cc4371d584a977fe8ed535efff21474b5525 (patch) | |
tree | 95f0696fabe3c9399da33e464f175b253d75195d /net-mail/exim/exim-4.20-r1.ebuild | |
parent | adding lmtp (diff) | |
download | gentoo-2-c532cc4371d584a977fe8ed535efff21474b5525.tar.gz gentoo-2-c532cc4371d584a977fe8ed535efff21474b5525.tar.bz2 gentoo-2-c532cc4371d584a977fe8ed535efff21474b5525.zip |
forgot a variable in IUSE.
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 93d8caee3b8e..9f8c8a1e4394 100644 --- a/net-mail/exim/exim-4.20-r1.ebuild +++ b/net-mail/exim/exim-4.20-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/exim/exim-4.20-r1.ebuild,v 1.1 2003/06/28 01:00:29 tberman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.20-r1.ebuild,v 1.2 2003/06/28 01:06:38 tberman Exp $ -IUSE="tcpd ssl postgres mysql ldap pam exiscan exiscan-acl maildir" +IUSE="tcpd ssl postgres mysql ldap pam exiscan exiscan-acl maildir lmtp" EXISCAN_VER=${PV}-26 EXISCANACL_VER=${PV}-09 |