diff options
Diffstat (limited to 'sys-apps/file/file-3.33.ebuild')
-rw-r--r-- | sys-apps/file/file-3.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/file/file-3.33.ebuild b/sys-apps/file/file-3.33.ebuild index a8b723291358..f2540b84dfaa 100644 --- a/sys-apps/file/file-3.33.ebuild +++ b/sys-apps/file/file-3.33.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.33.ebuild,v 1.2 2000/11/30 23:14:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.33.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ DESCRIPTION="Program to identify a file's format by scanning binary data for pat #on cvs.gentoo.org SRC_URI="ftp://ftp.astron.com/pub/file/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" src_compile() { try ./configure --prefix=/usr --datadir=/etc --host=${CHOST} |