summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2002-12-03 08:39:05 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2002-12-03 08:39:05 +0000
commit4a520bbbb1f15041b895c8d2917ed391d2cee168 (patch)
tree50a562d47cf8386bc17789bc44ff7900202bea28 /sys-apps
parentchanged KEYWORD (diff)
downloadgentoo-2-4a520bbbb1f15041b895c8d2917ed391d2cee168.tar.gz
gentoo-2-4a520bbbb1f15041b895c8d2917ed391d2cee168.tar.bz2
gentoo-2-4a520bbbb1f15041b895c8d2917ed391d2cee168.zip
syntax fix
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/findutils/findutils-4.1.7-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/findutils/findutils-4.1.7-r2.ebuild b/sys-apps/findutils/findutils-4.1.7-r2.ebuild
index a1d8084b87c3..c23b8d7961ae 100644
--- a/sys-apps/findutils/findutils-4.1.7-r2.ebuild
+++ b/sys-apps/findutils/findutils-4.1.7-r2.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/findutils/findutils-4.1.7-r2.ebuild,v 1.2 2002/12/03 05:32:26 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r2.ebuild,v 1.3 2002/12/03 08:39:05 bcowan Exp $
IUSE="nls build afs"
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
DEPEND="virtual/glibc
nls? ( sys-devel/gettext )
- afs? ( net-fs/openafs )
+ afs? ( net-fs/openafs )"
RDEPEND="virtual/glibc"
src_compile() {