diff options
Diffstat (limited to 'sys-apps/file/file-3.41.ebuild')
-rw-r--r-- | sys-apps/file/file-3.41.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/file/file-3.41.ebuild b/sys-apps/file/file-3.41.ebuild index 4bf65ae23d69..7ce0e441da8d 100644 --- a/sys-apps/file/file-3.41.ebuild +++ b/sys-apps/file/file-3.41.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.41.ebuild,v 1.7 2004/06/25 20:43:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.41.ebuild,v 1.8 2004/06/28 16:07:10 vapier Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" +HOMEPAGE="ftp://ftp.astron.com/pub/file/" SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz ftp://ftp.astron.com/pub/file/${P}.tar.gz" -HOMEPAGE="ftp://ftp.astron.com/pub/file/" -KEYWORDS="x86 amd64 ppc sparc alpha mips hppa " -SLOT="0" LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa amd64" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |