diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-07-04 17:57:47 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-07-04 17:57:47 +0200 |
commit | f076e2515fb6610617c35caa30f25ac53450a2c4 (patch) | |
tree | 68fe2605770da1ce59b34194ab96d4fa3f836a3c /mail-mta | |
parent | mail-mta/postfix: Don't screw user config in pkg_config #587496 (diff) | |
download | gentoo-f076e2515fb6610617c35caa30f25ac53450a2c4.tar.gz gentoo-f076e2515fb6610617c35caa30f25ac53450a2c4.tar.bz2 gentoo-f076e2515fb6610617c35caa30f25ac53450a2c4.zip |
mail-mta/exim: USE=gnutls doesn't go with USE=dane, bug #587780
Package-Manager: portage-2.2.28
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.87.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail-mta/exim/exim-4.87.ebuild b/mail-mta/exim/exim-4.87.ebuild index b1852b9cef8f..f4242fc53206 100644 --- a/mail-mta/exim/exim-4.87.ebuild +++ b/mail-mta/exim/exim-4.87.ebuild @@ -7,7 +7,13 @@ EAPI="5" inherit eutils toolchain-funcs multilib pam systemd IUSE="dane dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X elibc_glibc" -REQUIRED_USE="spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) pkcs11? ( gnutls )" +REQUIRED_USE=" + dane? ( !gnutls ) + dmarc? ( spf dkim ) + pkcs11? ( gnutls ) + spf? ( exiscan-acl ) + srs? ( exiscan-acl ) +" COMM_URI="ftp://ftp.exim.org/pub/exim/exim4$([[ ${PV} == *_rc* ]] && echo /test)" |