diff options
Diffstat (limited to 'dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild')
-rw-r--r-- | dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild b/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild index f8df90150f33..6728da4a5313 100644 --- a/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild +++ b/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild,v 1.6 2004/06/24 23:12:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild,v 1.7 2004/07/02 04:42:46 eradicator Exp $ DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method." HOMEPAGE="http://http-fetcher.sourceforge.net" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${P/-/_} |