diff options
author | Chris Mayo <aklhfex@gmail.com> | 2016-12-11 19:38:52 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-26 00:34:36 +0100 |
commit | 38efa2c2467ca42c5417f6a58fe176083128523d (patch) | |
tree | 5077c279e3346980b464531abf0e8a98b8e09388 /net-mail/dbmail | |
parent | net-p2p/i2p: version bump to 0.9.28. (diff) | |
download | gentoo-38efa2c2467ca42c5417f6a58fe176083128523d.tar.gz gentoo-38efa2c2467ca42c5417f6a58fe176083128523d.tar.bz2 gentoo-38efa2c2467ca42c5417f6a58fe176083128523d.zip |
net-mail/dbmail: replace local myconf with use_with ldap.
Closes: https://github.com/gentoo/gentoo/pull/3091
Diffstat (limited to 'net-mail/dbmail')
-rw-r--r-- | net-mail/dbmail/dbmail-3.2.3-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-mail/dbmail/dbmail-3.2.3-r1.ebuild b/net-mail/dbmail/dbmail-3.2.3-r1.ebuild index 9e5eb8f0694c..dd7e68cf3735 100644 --- a/net-mail/dbmail/dbmail-3.2.3-r1.ebuild +++ b/net-mail/dbmail/dbmail-3.2.3-r1.ebuild @@ -36,15 +36,12 @@ pkg_setup() { } src_configure() { - local myconf="" - use ldap && myconf=${myconf}" --with-auth-ldap" - econf \ --enable-manpages \ --sysconfdir=/etc/dbmail \ $(use_enable static) \ $(use_with sieve) \ - ${myconf} + $(use_with ldap auth-ldap) } src_install() { |