From 38efa2c2467ca42c5417f6a58fe176083128523d Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Sun, 11 Dec 2016 19:38:52 +0000 Subject: net-mail/dbmail: replace local myconf with use_with ldap. Closes: https://github.com/gentoo/gentoo/pull/3091 --- net-mail/dbmail/dbmail-3.2.3-r1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'net-mail/dbmail') 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() { -- cgit v1.2.3-65-gdbad