projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93857d1
)
mail-mta/exim: fix compilation of USE=dane, bug #675142
author
Fabian Groffen
<grobian@gentoo.org>
Fri, 11 Jan 2019 13:17:16 +0000
(14:17 +0100)
committer
Fabian 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
patch
|
blob
|
history
diff --git
a/mail-mta/exim/exim-4.91-r2.ebuild
b/mail-mta/exim/exim-4.91-r2.ebuild
index d8caa901fa0b1b3e0e96d87c6f942f7baf7fe8e3..111f05cbcc346b386659ac40a11f98c6aafecf92 100644
(file)
--- a/
mail-mta/exim/exim-4.91-r2.ebuild
+++ b/
mail-mta/exim/exim-4.91-r2.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
8 Gentoo Foundation
+# Copyright 1999-201
9 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