diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-04 21:07:13 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-04 21:07:13 +0000 |
commit | eb664ff7d642ce4c9257191dd0f1f8a08c3bbcdb (patch) | |
tree | 80b7da588caaf18d058bb9368675b54f414b9fa1 /sys-auth | |
parent | Cannot have shadow in depend, else we get bug #96209. (diff) | |
download | gentoo-2-eb664ff7d642ce4c9257191dd0f1f8a08c3bbcdb.tar.gz gentoo-2-eb664ff7d642ce4c9257191dd0f1f8a08c3bbcdb.tar.bz2 gentoo-2-eb664ff7d642ce4c9257191dd0f1f8a08c3bbcdb.zip |
Change DEP on openldap to ensure fixed version is used.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-176-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-178-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index c897464f477e..d3503bb51f7d 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_ldap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.2 2005/07/03 19:09:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.3 2005/07/04 21:07:13 robbat2 Exp $ + + 04 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> pam_ldap-176-r1.ebuild, + pam_ldap-178-r1.ebuild: + Change DEP on openldap to ensure fixed version is used. *pam_ldap-178-r1 (03 Jul 2005) *pam_ldap-176-r1 (03 Jul 2005) diff --git a/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild index fc87bfd3c139..dfa2b1bd9059 100644 --- a/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild,v 1.2 2005/07/03 19:15:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild,v 1.3 2005/07/04 21:07:13 robbat2 Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 - >=net-nds/openldap-1.2.11" + >=net-nds/openldap-2.1.30-r5" src_unpack() { unpack ${A} diff --git a/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild index 8bd0af81bde9..25ee603de284 100644 --- a/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild,v 1.1 2005/07/03 19:09:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild,v 1.2 2005/07/04 21:07:13 robbat2 Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~sparc ~ppc ~hppa ~alpha" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 - >=net-nds/openldap-1.2.11" + >=net-nds/openldap-2.1.30-r5" src_unpack() { unpack ${A} |