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 | e0c5c556645062d7f6ebe5d06b7586e18f62b1ed (patch) | |
tree | 2e780c5156a885aa1aa05d6d802fb57995647f8d /net-mail | |
parent | adding lmtp (diff) | |
download | historical-e0c5c556645062d7f6ebe5d06b7586e18f62b1ed.tar.gz historical-e0c5c556645062d7f6ebe5d06b7586e18f62b1ed.tar.bz2 historical-e0c5c556645062d7f6ebe5d06b7586e18f62b1ed.zip |
forgot a variable in IUSE.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/exim/Manifest | 2 | ||||
-rw-r--r-- | net-mail/exim/exim-4.20-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/exim/Manifest b/net-mail/exim/Manifest index 29fd9b0926f1..a8f428116d9d 100644 --- a/net-mail/exim/Manifest +++ b/net-mail/exim/Manifest @@ -2,7 +2,7 @@ MD5 398d2fc4ee1367bd675e2f6b8350c48d ChangeLog 5660 MD5 0940d1b635323dccef779e9c41a78234 exim-4.10.ebuild 6212 MD5 99050d3d99619961c4b5fb54c9662aa6 exim-4.12.ebuild 5434 MD5 1960014d5516aa993f10ff19d0ce7e7c exim-4.14.ebuild 5435 -MD5 a54eb4cb54b7df1baf23f2ea6ec7466d exim-4.20-r1.ebuild 6166 +MD5 9dccc1a640570ae9296725f910c55e9e exim-4.20-r1.ebuild 6171 MD5 412d1e8588d5ac36260ad9da692a1cdf exim-4.20.ebuild 5567 MD5 68fc403ba2c98ccba281939085cb9052 files/auth_conf.sub 775 MD5 0cb2ffe88c81fd7ac8429b5a19d58b35 files/configure 16346 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 |