summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2002-12-03 05:32:26 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2002-12-03 05:32:26 +0000
commitc01e50ec13a6410d40f754d394ef2f7f15ffaf81 (patch)
tree116c2810e58c77b1dae8d161413ebfaf9f74ac0c /sys-apps/findutils
parentbug 9587 (diff)
downloadgentoo-2-c01e50ec13a6410d40f754d394ef2f7f15ffaf81.tar.gz
gentoo-2-c01e50ec13a6410d40f754d394ef2f7f15ffaf81.tar.bz2
gentoo-2-c01e50ec13a6410d40f754d394ef2f7f15ffaf81.zip
AFS fixes
Diffstat (limited to 'sys-apps/findutils')
-rw-r--r--sys-apps/findutils/findutils-4.1.7-r2.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/findutils/findutils-4.1.7-r2.ebuild b/sys-apps/findutils/findutils-4.1.7-r2.ebuild
index 733f46e979b3..a1d8084b87c3 100644
--- a/sys-apps/findutils/findutils-4.1.7-r2.ebuild
+++ b/sys-apps/findutils/findutils-4.1.7-r2.ebuild
@@ -1,19 +1,22 @@
# 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.1 2002/11/30 10:11:20 bcowan Exp $
+# $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 $
-IUSE="nls build"
+IUSE="nls build afs"
S=${WORKDIR}/${P}
+
DESCRIPTION="GNU utilities to find files"
SRC_URI="ftp://alpha.gnu.org/gnu/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html"
+
KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/glibc
- nls? ( sys-devel/gettext )"
+ nls? ( sys-devel/gettext )
+ afs? ( net-fs/openafs )
RDEPEND="virtual/glibc"
src_compile() {