diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-08-24 14:42:36 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-08-24 14:42:36 +0000 |
commit | 3d9b4fb70c4b6383c429b528935ab564e046ab16 (patch) | |
tree | 01dac6aaa457dd5bf6974a6305088221af132e68 /net-fs | |
parent | Fixed a typo in the openldap dependencie and updated the openldap versionto 1... (diff) | |
download | historical-3d9b4fb70c4b6383c429b528935ab564e046ab16.tar.gz historical-3d9b4fb70c4b6383c429b528935ab564e046ab16.tar.bz2 historical-3d9b4fb70c4b6383c429b528935ab564e046ab16.zip |
Decided to use a ~ dependencie for ldap
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 315000ea1243..3de1e4a5206c 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.3 2001/08/24 14:41:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r1.ebuild,v 1.4 2001/08/24 14:42:36 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/openldap-1.2.12 )" + ldap? ( ~net-nds/openldap-1.2 )" src_unpack() { unpack ${A} |