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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BDEC15808B for ; Wed, 23 Mar 2022 00:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17524E08F2; Wed, 23 Mar 2022 00:14:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18DF5E08F4 for ; Wed, 23 Mar 2022 00:14:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11046343251 for ; Wed, 23 Mar 2022 00:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AB2A34E for ; Wed, 23 Mar 2022 00:14:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647993869.1bb81178ffb4b3e14231e14e05eb4b524e8ec93d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_ldap/pam_ldap-186-r3.ebuild sys-auth/pam_ldap/pam_ldap-186-r4.ebuild X-VCS-Directories: sys-auth/pam_ldap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1bb81178ffb4b3e14231e14e05eb4b524e8ec93d X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:14:08 +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: b18727be-93f3-4253-b8b8-960aa995e430 X-Archives-Hash: dac04f87e9cc49da8e178925a3961204 commit: 1bb81178ffb4b3e14231e14e05eb4b524e8ec93d Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:04:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:04:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb81178 sys-auth/pam_ldap: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> sys-auth/pam_ldap/{pam_ldap-186-r3.ebuild => pam_ldap-186-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/pam_ldap/pam_ldap-186-r3.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r4.ebuild similarity index 95% rename from sys-auth/pam_ldap/pam_ldap-186-r3.ebuild rename to sys-auth/pam_ldap/pam_ldap-186-r4.ebuild index aebb514b53ba..b2cb6a79d121 100644 --- a/sys-auth/pam_ldap/pam_ldap-186-r3.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-186-r4.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86" IUSE="ssl sasl" DEPEND="sys-libs/pam[${MULTILIB_USEDEP}] - >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] + >=net-nds/openldap-2.4.38-r1:=[${MULTILIB_USEDEP}] virtual/libcrypt:=[${MULTILIB_USEDEP}] sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"