Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dbmail/
Date: Wed, 25 Jan 2017 23:34:52
Message-Id: 1485387276.38efa2c2467ca42c5417f6a58fe176083128523d.monsieurp@gentoo
1 commit: 38efa2c2467ca42c5417f6a58fe176083128523d
2 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 11 19:38:52 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 23:34:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38efa2c2
7
8 net-mail/dbmail: replace local myconf with use_with ldap.
9
10 Closes: https://github.com/gentoo/gentoo/pull/3091
11
12 net-mail/dbmail/dbmail-3.2.3-r1.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/net-mail/dbmail/dbmail-3.2.3-r1.ebuild b/net-mail/dbmail/dbmail-3.2.3-r1.ebuild
16 index 9e5eb8f..dd7e68c 100644
17 --- a/net-mail/dbmail/dbmail-3.2.3-r1.ebuild
18 +++ b/net-mail/dbmail/dbmail-3.2.3-r1.ebuild
19 @@ -36,15 +36,12 @@ pkg_setup() {
20 }
21
22 src_configure() {
23 - local myconf=""
24 - use ldap && myconf=${myconf}" --with-auth-ldap"
25 -
26 econf \
27 --enable-manpages \
28 --sysconfdir=/etc/dbmail \
29 $(use_enable static) \
30 $(use_with sieve) \
31 - ${myconf}
32 + $(use_with ldap auth-ldap)
33 }
34
35 src_install() {