diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:54:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:54:51 +0000 |
commit | e2fbc6929a508b425b1e1959f3be18c122189294 (patch) | |
tree | e8afa0d67c673789d87deb5687b97cc8116fa1e6 /sys-apps/slocate | |
parent | Remove rdepend=depend (diff) | |
download | historical-e2fbc6929a508b425b1e1959f3be18c122189294.tar.gz historical-e2fbc6929a508b425b1e1959f3be18c122189294.tar.bz2 historical-e2fbc6929a508b425b1e1959f3be18c122189294.zip |
Remove rdepend=depend
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/slocate-2.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/slocate/slocate-2.6.ebuild b/sys-apps/slocate/slocate-2.6.ebuild index 01d1a725ef6f..5c1004b5e810 100644 --- a/sys-apps/slocate/slocate-2.6.ebuild +++ b/sys-apps/slocate/slocate-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.6.ebuild,v 1.7 2002/10/19 04:06:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.6.ebuild,v 1.8 2002/10/20 18:54:50 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Secure locate provides a secure way to index and quickly search for files on your system (drop-in replacement for 'locate')" @@ -9,7 +9,6 @@ HOMEPAGE="http://www.geekreview.org/slocate/" KEYWORDS="x86 ppc sparc sparc64" SLOT="0" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" LICENSE="GPL-2" src_compile() { |