diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:57:01 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:57:01 +0000 |
commit | 999067912c9b7facfce2b02daa3ed3d280914073 (patch) | |
tree | cdc9fe79dd089742ad9c37fa85a189e799ba9c2c /net-misc/snarf/snarf-7.0-r2.ebuild | |
parent | stray digests (diff) | |
download | historical-999067912c9b7facfce2b02daa3ed3d280914073.tar.gz historical-999067912c9b7facfce2b02daa3ed3d280914073.tar.bz2 historical-999067912c9b7facfce2b02daa3ed3d280914073.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/snarf/snarf-7.0-r2.ebuild')
-rw-r--r-- | net-misc/snarf/snarf-7.0-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/snarf/snarf-7.0-r2.ebuild b/net-misc/snarf/snarf-7.0-r2.ebuild index b6bcf5c39c3b..4bfd88f602aa 100644 --- a/net-misc/snarf/snarf-7.0-r2.ebuild +++ b/net-misc/snarf/snarf-7.0-r2.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r2.ebuild,v 1.11 2004/06/25 00:12:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r2.ebuild,v 1.12 2004/07/01 21:57:01 squinky86 Exp $ inherit eutils S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Small and fast command line resource grabber with support for http, gopher, finger, and ftp protocols." SRC_URI="http://www.xach.com/snarf/${P}.tar.gz" HOMEPAGE="http://www.xach.com/snarf/" @@ -12,7 +13,7 @@ KEYWORDS="x86 alpha sparc" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |