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 3B608138330 for ; Tue, 6 Sep 2016 13:42:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4927FE08D5; Tue, 6 Sep 2016 13:42:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EAA3AE08D5 for ; Tue, 6 Sep 2016 13:42: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 A565833D3C7 for ; Tue, 6 Sep 2016 13:42:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F89B245A for ; Tue, 6 Sep 2016 13:42:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1473169362.1e3538db4ee3207a46d66ea39c1a6a91a63a504a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ldb/ldb-1.1.27-r1.ebuild X-VCS-Directories: sys-libs/ldb/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1e3538db4ee3207a46d66ea39c1a6a91a63a504a X-VCS-Branch: master Date: Tue, 6 Sep 2016 13:42:46 +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: c1d4b613-5504-40d2-ae80-a939e89fbccb X-Archives-Hash: 87ae92ab4e15257649fb145debad1848 commit: 1e3538db4ee3207a46d66ea39c1a6a91a63a504a Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 6 13:42:29 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 6 13:42:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3538db sys-libs/ldb: Don't use "--enable-ldap". Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> sys-libs/ldb/ldb-1.1.27-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/ldb/ldb-1.1.27-r1.ebuild b/sys-libs/ldb/ldb-1.1.27-r1.ebuild index e3f70e5..d29da10 100644 --- a/sys-libs/ldb/ldb-1.1.27-r1.ebuild +++ b/sys-libs/ldb/ldb-1.1.27-r1.ebuild @@ -54,7 +54,7 @@ src_prepare() { multilib_src_configure() { local myconf=( - $(use_enable ldap) \ + $(usex ldap '' --disable-ldap) \ --disable-rpath \ --disable-rpath-install --bundled-libraries=NONE \ --with-modulesdir="${EPREFIX}"/usr/$(get_libdir)/samba \