summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-03 22:37:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-03 22:37:58 +0000
commitf1a5e6775c0c1e5ad03f5c676081c8a43b75b324 (patch)
treedc1e027149903cbdc0e74e38404e7c9d34aa46b7 /sys-auth/nss-ldapd
parentadd missing alsa use flag to IUSE (diff)
downloadgentoo-2-f1a5e6775c0c1e5ad03f5c676081c8a43b75b324.tar.gz
gentoo-2-f1a5e6775c0c1e5ad03f5c676081c8a43b75b324.tar.bz2
gentoo-2-f1a5e6775c0c1e5ad03f5c676081c8a43b75b324.zip
add missing use flags to IUSE
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'sys-auth/nss-ldapd')
-rw-r--r--sys-auth/nss-ldapd/nss-ldapd-0.6.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/nss-ldapd/nss-ldapd-0.6.7.ebuild b/sys-auth/nss-ldapd/nss-ldapd-0.6.7.ebuild
index 4a2c2a40e042..8499cbdc91cd 100644
--- a/sys-auth/nss-ldapd/nss-ldapd-0.6.7.ebuild
+++ b/sys-auth/nss-ldapd/nss-ldapd-0.6.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-ldapd/nss-ldapd-0.6.7.ebuild,v 1.2 2008/12/05 21:12:51 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-ldapd/nss-ldapd-0.6.7.ebuild,v 1.3 2009/01/03 22:37:58 mr_bones_ Exp $
inherit multilib
@@ -11,7 +11,7 @@ SRC_URI="http://ch.tudelft.nl/~arthur/nss-ldapd/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="debug"
+IUSE="debug kerberos sasl"
DEPEND="net-nds/openldap
sasl? ( dev-libs/cyrus-sasl )