diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-08-24 14:41:15 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-08-24 14:41:15 +0000 |
commit | 5dc17aa934837457e544cacd03402020910a3164 (patch) | |
tree | 27c5fbbd8be43d7f25b2ef21a5f8f30cc24ccfe3 /net-fs | |
parent | some files that didn't go away (diff) | |
download | historical-5dc17aa934837457e544cacd03402020910a3164.tar.gz historical-5dc17aa934837457e544cacd03402020910a3164.tar.bz2 historical-5dc17aa934837457e544cacd03402020910a3164.zip |
Fixed a typo in the openldap dependencie and updated the openldap versionto 1.2.12
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r1.ebuild b/net-fs/autofs/autofs-3.1.7-r1.ebuild index ca190e188a96..315000ea1243 100644 --- a/net-fs/autofs/autofs-3.1.7-r1.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r1.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r1.ebuild,v 1.3 2001/08/24 14:41:15 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${A} ftp://ftp.uk.kernel.org/pub/linux/daemons/autofs/${A}" DEPEND="virtual/glibc - ldap? ( =net-nds/openlpad-1.2.11-r2 )" + ldap? ( =net-nds/openldap-1.2.12 )" src_unpack() { unpack ${A} |