diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-07 20:46:00 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-07 20:46:00 +0000 |
commit | 47283484d17d43e3826cf2d93f4132e592202dd6 (patch) | |
tree | 934c9063c8b3326c6134adb73e17b1ea6b460746 /sys-auth/pam_ldap | |
parent | Bug #135902, fix IUSE. (diff) | |
download | gentoo-2-47283484d17d43e3826cf2d93f4132e592202dd6.tar.gz gentoo-2-47283484d17d43e3826cf2d93f4132e592202dd6.tar.bz2 gentoo-2-47283484d17d43e3826cf2d93f4132e592202dd6.zip |
Bug #135903, fix IUSE.
(Portage version: 2.1_rc4-r3)
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-182.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index d68263a98346..c1d68c31872c 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ldap # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.26 2006/05/29 01:57:12 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.27 2006/06/07 20:46:00 robbat2 Exp $ + + 07 Jun 2006; Robin H. Johnson <robbat2@gentoo.org> pam_ldap-182.ebuild: + Bug #135903, fix IUSE. *pam_ldap-182 (29 May 2006) diff --git a/sys-auth/pam_ldap/pam_ldap-182.ebuild b/sys-auth/pam_ldap/pam_ldap-182.ebuild index 4cc05a2bfc78..44c85b553cd8 100644 --- a/sys-auth/pam_ldap/pam_ldap-182.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-182.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-182.ebuild,v 1.1 2006/05/29 01:57:12 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-182.ebuild,v 1.2 2006/06/07 20:46:00 robbat2 Exp $ inherit eutils pam @@ -11,7 +11,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="ssl" +IUSE="ssl sasl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 >=net-nds/openldap-2.1.30-r5 |