Skip to content

Commit

Permalink
mail-mta/exim: USE=gnutls doesn't go with USE=dane, bug #587780
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
grobian committed Jul 4, 2016
1 parent fd192b9 commit f076e25
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mail-mta/exim/exim-4.87.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit f076e25

Please sign in to comment.