From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06567139085 for ; Wed, 25 Jan 2017 23:34:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 639CB142A6; Wed, 25 Jan 2017 23:34:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46076142A6 for ; Wed, 25 Jan 2017 23:34:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89C80340C97 for ; Wed, 25 Jan 2017 23:34:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 010382F88 for ; Wed, 25 Jan 2017 23:34:49 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1485387276.38efa2c2467ca42c5417f6a58fe176083128523d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dbmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/dbmail/dbmail-3.2.3-r1.ebuild X-VCS-Directories: net-mail/dbmail/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 38efa2c2467ca42c5417f6a58fe176083128523d X-VCS-Branch: master Date: Wed, 25 Jan 2017 23:34:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4283d36-ab5e-450a-9029-b2b7817a9f72 X-Archives-Hash: 718b2048cd4f130847f5a31779aae4e0 commit: 38efa2c2467ca42c5417f6a58fe176083128523d Author: Chris Mayo gmail com> AuthorDate: Sun Dec 11 19:38:52 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jan 25 23:34:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38efa2c2 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(-) diff --git a/net-mail/dbmail/dbmail-3.2.3-r1.ebuild b/net-mail/dbmail/dbmail-3.2.3-r1.ebuild index 9e5eb8f..dd7e68c 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() {