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 E6963138334 for ; Fri, 5 Apr 2019 13:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0ACFE0899; Fri, 5 Apr 2019 13:30:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DF8BE0899 for ; Fri, 5 Apr 2019 13:30:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53154335C6A for ; Fri, 5 Apr 2019 13:30:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6820452 for ; Fri, 5 Apr 2019 13:30:12 +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: <1554470998.56e43759e728871cdcc0aa94896a195e06c2f4f2.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild X-VCS-Directories: dev-libs/cyrus-sasl/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 56e43759e728871cdcc0aa94896a195e06c2f4f2 X-VCS-Branch: master Date: Fri, 5 Apr 2019 13:30:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a764acb9-b9c0-46ca-ae3a-124581da759e X-Archives-Hash: 15d10228d399ee3562a9bd260831164e commit: 56e43759e728871cdcc0aa94896a195e06c2f4f2 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Apr 5 09:45:07 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Apr 5 13:29:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e43759 dev-libs/cyrus-sasl-2.1.27-r2: fix LDAP dependencies Otherwise it fails to configure: checking LDAPDB... enabled configure: error: Cannot enable LDAPDB plugin: You need to specify --with-ldap Signed-off-by: Rolf Eike Beer sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/11598 Signed-off-by: Lars Wendler gentoo.org> dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild index b31b213093b..01882f08d7e 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild @@ -34,6 +34,8 @@ CDEPEND=" ) java? ( >=virtual/jdk-1.6:= )" +REQUIRED_USE="ldapdb? ( openldap )" + RDEPEND=" ${CDEPEND} selinux? ( sec-policy/selinux-sasl )"