diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-06 18:57:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-06 19:25:07 +0200 |
commit | 5d44958e0a3dff3323a70959b9959eb85be444da (patch) | |
tree | de654372a37bdbf1fa43f8817dc026060443697e /sys-auth/pam_ldap | |
parent | sys-apps/smartmontools: Remove stale sys-freebsd/ deps (diff) | |
download | gentoo-5d44958e0a3dff3323a70959b9959eb85be444da.tar.gz gentoo-5d44958e0a3dff3323a70959b9959eb85be444da.tar.bz2 gentoo-5d44958e0a3dff3323a70959b9959eb85be444da.zip |
sys-auth/pam_ldap: Remove stale sys-freebsd/ deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-186-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild index 62b0eba4718f..0cd43d581f46 100644 --- a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="ssl sasl" -DEPEND="|| ( >=sys-libs/glibc-2.1.3 >=sys-freebsd/freebsd-lib-9.1 ) +DEPEND=">=sys-libs/glibc-2.1.3 sys-libs/pam[${MULTILIB_USEDEP}] >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )" |