diff options
Diffstat (limited to 'sys-apps/slocate/slocate-2.6.ebuild')
-rw-r--r-- | sys-apps/slocate/slocate-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/slocate/slocate-2.6.ebuild b/sys-apps/slocate/slocate-2.6.ebuild index 22b744cec26c..01d1a725ef6f 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.6 2002/10/04 06:30:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.6.ebuild,v 1.7 2002/10/19 04:06:04 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,6 +9,7 @@ HOMEPAGE="http://www.geekreview.org/slocate/" KEYWORDS="x86 ppc sparc sparc64" SLOT="0" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" LICENSE="GPL-2" src_compile() { @@ -18,7 +19,6 @@ src_compile() { src_install() { - # make install for this package is blocked by sandbox dobin slocate dosym /usr/bin/slocate /usr/bin/locate |