summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/autofs/autofs-5.0.4-r3.ebuild')
-rw-r--r--net-fs/autofs/autofs-5.0.4-r3.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-fs/autofs/autofs-5.0.4-r3.ebuild b/net-fs/autofs/autofs-5.0.4-r3.ebuild
index a4995ffee702..f9cd4f96a390 100644
--- a/net-fs/autofs/autofs-5.0.4-r3.ebuild
+++ b/net-fs/autofs/autofs-5.0.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r3.ebuild,v 1.1 2009/04/27 09:04:27 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r3.ebuild,v 1.2 2009/09/23 18:35:30 patrick Exp $
inherit eutils multilib autotools
@@ -60,10 +60,9 @@ SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2"
for i in ${PATCH_LIST} ; do
SRC_URI="${SRC_URI} ${SRC_URI_BASE}/${i}"
done ;
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )
- sasl? ( virtual/krb5 )"
- # currently, sasl code assumes the presence of kerberosV
+DEPEND="ldap? ( >=net-nds/openldap-2.0 )
+ sasl? ( virtual/krb5 )"
+ # currently, sasl code assumes the presence of kerberosV
RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="GPL-2"