Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ldap/
Date: Wed, 06 May 2020 17:25:32
Message-Id: 1588785907.5d44958e0a3dff3323a70959b9959eb85be444da.mgorny@gentoo
1 commit: 5d44958e0a3dff3323a70959b9959eb85be444da
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 16:57:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 17:25:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d44958e
7
8 sys-auth/pam_ldap: Remove stale sys-freebsd/ deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-auth/pam_ldap/pam_ldap-186-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
16 index 62b0eba4718..0cd43d581f4 100644
17 --- a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
18 +++ b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
19 @@ -13,7 +13,7 @@ SLOT="0"
20 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
21 IUSE="ssl sasl"
22
23 -DEPEND="|| ( >=sys-libs/glibc-2.1.3 >=sys-freebsd/freebsd-lib-9.1 )
24 +DEPEND=">=sys-libs/glibc-2.1.3
25 sys-libs/pam[${MULTILIB_USEDEP}]
26 >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}]
27 sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"