mail-mta/exim: fix compilation of USE=dane, bug #675142
authorFabian Groffen <grobian@gentoo.org>
Fri, 11 Jan 2019 13:17:16 +0000 (14:17 +0100)
committerFabian Groffen <grobian@gentoo.org>
Fri, 11 Jan 2019 13:17:29 +0000 (14:17 +0100)
Closes: https://bugs.gentoo.org/675142
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

mail-mta/exim/exim-4.91-r2.ebuild

index d8caa901fa0b1b3e0e96d87c6f942f7baf7fe8e3..111f05cbcc346b386659ac40a11f98c6aafecf92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -307,7 +307,7 @@ src_configure() {
        fi
 
        # Transport post-delivery actions
-       if ! use tpda; then
+       if use !tpda && use !dane; then
                # EVENT is enabled by default
                cat >> Makefile <<- EOC
                        DISABLE_EVENT=yes