summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-06-07 20:45:04 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-06-07 20:45:04 +0000
commite0aa097d2a8ef569296d8e2fda4c2e1c3457a543 (patch)
treeeaa42808a3ccfde4d9d66fa1051e84f5cd8888f9 /sys-auth
parentMinor workaround (diff)
downloadgentoo-2-e0aa097d2a8ef569296d8e2fda4c2e1c3457a543.tar.gz
gentoo-2-e0aa097d2a8ef569296d8e2fda4c2e1c3457a543.tar.bz2
gentoo-2-e0aa097d2a8ef569296d8e2fda4c2e1c3457a543.zip
Bug #135902, fix IUSE.
(Portage version: 2.1_rc4-r3)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/nss_ldap/ChangeLog5
-rw-r--r--sys-auth/nss_ldap/nss_ldap-250.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/nss_ldap/ChangeLog b/sys-auth/nss_ldap/ChangeLog
index 6e59f1557997..a9a12503891e 100644
--- a/sys-auth/nss_ldap/ChangeLog
+++ b/sys-auth/nss_ldap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/nss_ldap
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.21 2006/05/29 01:50:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.22 2006/06/07 20:45:04 robbat2 Exp $
+
+ 07 Jun 2006; Robin H. Johnson <robbat2@gentoo.org> nss_ldap-250.ebuild:
+ Bug #135902, fix IUSE.
*nss_ldap-250 (29 May 2006)
diff --git a/sys-auth/nss_ldap/nss_ldap-250.ebuild b/sys-auth/nss_ldap/nss_ldap-250.ebuild
index b4ae9d841c85..5a880c253d1e 100644
--- a/sys-auth/nss_ldap/nss_ldap-250.ebuild
+++ b/sys-auth/nss_ldap/nss_ldap-250.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild,v 1.1 2006/05/29 01:50:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild,v 1.2 2006/06/07 20:45:04 robbat2 Exp $
inherit fixheadtails eutils gnuconfig multilib
-IUSE="debug"
+IUSE="debug sasl"
DESCRIPTION="NSS LDAP Module"
HOMEPAGE="http://www.padl.com/OSS/nss_ldap.html"