diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-01-11 14:17:16 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-01-11 14:17:29 +0100 |
commit | 761a608fa0e44fa01af49b605afd4e86cf80e81c (patch) | |
tree | 44d98610e86490ffafed3349c2638c291de6302f /mail-mta | |
parent | profiles: Unmask media-gfx/exiv2-0.27.0 (diff) | |
download | gentoo-761a608fa0e44fa01af49b605afd4e86cf80e81c.tar.gz gentoo-761a608fa0e44fa01af49b605afd4e86cf80e81c.tar.bz2 gentoo-761a608fa0e44fa01af49b605afd4e86cf80e81c.zip |
mail-mta/exim: fix compilation of USE=dane, bug #675142
Closes: https://bugs.gentoo.org/675142
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.91-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/exim/exim-4.91-r2.ebuild b/mail-mta/exim/exim-4.91-r2.ebuild index d8caa901fa0b..111f05cbcc34 100644 --- a/mail-mta/exim/exim-4.91-r2.ebuild +++ b/mail-mta/exim/exim-4.91-r2.ebuild @@ -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 |