--- portage/mail-mta/courier/courier-0.62.2.ebuild 2009-07-31 20:21:53.000000000 +0200 +++ portage-overlay/mail-mta/courier/courier-0.62.2.ebuild 2009-10-23 09:24:17.391657000 +0200 @@ -12,7 +12,7 @@ # not in keywords due to missing dependencies: ~arm ~s390 ~ppc64 ~mips KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite mailwrapper \ - fam web webmail" + gnutls fam web webmail" PROVIDE="virtual/mta virtual/mda @@ -31,6 +31,7 @@ postgres? ( virtual/postgresql-base ) spell? ( virtual/aspell-dict ) fam? ( virtual/fam ) + gnutls? ( net-libs/gnutls ) !mailwrapper? ( !virtual/mta ) !virtual/imapd !mail-filter/maildrop" @@ -62,6 +63,7 @@ $(use_with ipv6) \ $(use_with spell ispell) \ $(use_with ldap ldapaliasd) \ + $(use_with gnutls) \ $(use_enable ldap maildroldap) \ --enable-mimetypes=/etc/mime.types \ --prefix=/usr \