diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:35:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:35:30 +0000 |
commit | 052f8e988bc08fbb11dd199e56dc09065b1f87a1 (patch) | |
tree | 81f3c0b36594d24fe2bd184e70887d102ed7b3df /net-fs/autofs/autofs-4.1.3-r7.ebuild | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-052f8e988bc08fbb11dd199e56dc09065b1f87a1.tar.gz gentoo-2-052f8e988bc08fbb11dd199e56dc09065b1f87a1.tar.bz2 gentoo-2-052f8e988bc08fbb11dd199e56dc09065b1f87a1.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-fs/autofs/autofs-4.1.3-r7.ebuild')
-rw-r--r-- | net-fs/autofs/autofs-4.1.3-r7.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-fs/autofs/autofs-4.1.3-r7.ebuild b/net-fs/autofs/autofs-4.1.3-r7.ebuild index ac83c33eb2e6..92c57df11121 100644 --- a/net-fs/autofs/autofs-4.1.3-r7.ebuild +++ b/net-fs/autofs/autofs-4.1.3-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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-4.1.3-r7.ebuild,v 1.5 2007/05/06 10:07:34 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r7.ebuild,v 1.6 2009/09/23 18:35:30 patrick Exp $ inherit eutils multilib @@ -16,8 +16,7 @@ SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2 ${SRC_URI_BASE}/${P}-sock-leak-fix.patch ${SRC_URI_BASE}/${P}-replicated_server_select.patch mirror://gentoo/${P}-miscfixes.patch.gz" -DEPEND="virtual/libc - ldap? ( >=net-nds/openldap-2.0 )" +DEPEND="ldap? ( >=net-nds/openldap-2.0 )" SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" |