diff options
author | Brad House <brad_mssw@gentoo.org> | 2004-02-11 01:42:41 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2004-02-11 01:42:41 +0000 |
commit | 88d4f06fc781ad974a237a3e7b39e14fa3a45188 (patch) | |
tree | 41ee9faf5e27392ddccecfe7b22a1a4341e4763d /sys-apps/findutils/findutils-4.1.7-r2.ebuild | |
parent | fixing Manifest (diff) | |
download | historical-88d4f06fc781ad974a237a3e7b39e14fa3a45188.tar.gz historical-88d4f06fc781ad974a237a3e7b39e14fa3a45188.tar.bz2 historical-88d4f06fc781ad974a237a3e7b39e14fa3a45188.zip |
ppc64 fix
Diffstat (limited to 'sys-apps/findutils/findutils-4.1.7-r2.ebuild')
-rw-r--r-- | sys-apps/findutils/findutils-4.1.7-r2.ebuild | 4 |
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 738ec3ceb629..5b85c7aedd85 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-2003 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.10 2004/01/30 11:27:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r2.ebuild,v 1.11 2004/02/11 01:42:41 brad_mssw Exp $ IUSE="nls build afs" @@ -16,7 +16,7 @@ LICENSE="GPL-2" DEPEND="virtual/glibc nls? ( sys-devel/gettext ) - afs? ( net-fs/openafs )" + x86? ( afs? ( net-fs/openafs ) )" RDEPEND="virtual/glibc" src_compile() { |