Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/
Date: Fri, 11 Jan 2019 13:17:41
Message-Id: 1547212649.761a608fa0e44fa01af49b605afd4e86cf80e81c.grobian@gentoo
1 commit: 761a608fa0e44fa01af49b605afd4e86cf80e81c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 11 13:17:16 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 11 13:17:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761a608f
7
8 mail-mta/exim: fix compilation of USE=dane, bug #675142
9
10 Closes: https://bugs.gentoo.org/675142
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 mail-mta/exim/exim-4.91-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/mail-mta/exim/exim-4.91-r2.ebuild b/mail-mta/exim/exim-4.91-r2.ebuild
18 index d8caa901fa0..111f05cbcc3 100644
19 --- a/mail-mta/exim/exim-4.91-r2.ebuild
20 +++ b/mail-mta/exim/exim-4.91-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -307,7 +307,7 @@ src_configure() {
28 fi
29
30 # Transport post-delivery actions
31 - if ! use tpda; then
32 + if use !tpda && use !dane; then
33 # EVENT is enabled by default
34 cat >> Makefile <<- EOC
35 DISABLE_EVENT=yes