diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-12-04 19:08:03 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-12-04 19:08:03 +0000 |
commit | 31cefec5aab6b3cee770f9b2fdd204b2b9db0525 (patch) | |
tree | d403731a0619146bbe43a45a2072dfe1408f1a54 /mail-mta | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-31cefec5aab6b3cee770f9b2fdd204b2b9db0525.tar.gz gentoo-2-31cefec5aab6b3cee770f9b2fdd204b2b9db0525.tar.bz2 gentoo-2-31cefec5aab6b3cee770f9b2fdd204b2b9db0525.zip |
Fix accidentially broken IUSE line into a single one again
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.71.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail-mta/exim/exim-4.71.ebuild b/mail-mta/exim/exim-4.71.ebuild index 5628066eabd2..b17bac2920b5 100644 --- a/mail-mta/exim/exim-4.71.ebuild +++ b/mail-mta/exim/exim-4.71.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.71.ebuild,v 1.2 2009/12/04 19:04:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.71.ebuild,v 1.3 2009/12/04 19:08:03 grobian Exp $ EAPI="1" inherit eutils toolchain-funcs multilib pam -IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl -mbx X nis syslog spf srs gnutls sqlite dovecot-sasl radius maildir +dkim dcc dsn" +IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis syslog spf srs gnutls sqlite dovecot-sasl radius maildir +dkim dcc dsn" DSN_EXIM_V=469 DSN_V=1_3 |