diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-23 19:36:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-23 19:36:40 +0000 |
commit | a6f270692af3cc5346199ba96b424cf273ac1268 (patch) | |
tree | 6b2f59f5ca30c208d0538d9005a6f1ce142be147 /dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild | |
parent | Stable on alpha. (diff) | |
download | historical-a6f270692af3cc5346199ba96b424cf273ac1268.tar.gz historical-a6f270692af3cc5346199ba96b424cf273ac1268.tar.bz2 historical-a6f270692af3cc5346199ba96b424cf273ac1268.zip |
Stable on alpha.
Diffstat (limited to 'dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild')
-rw-r--r-- | dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild b/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild index 76d1eb4768d2..3804c5e37a80 100644 --- a/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild +++ b/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild,v 1.2 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild,v 1.3 2004/05/23 19:34:43 kloeri 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" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.gz" RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~alpha ~ppc" +KEYWORDS="~x86 ~amd64 alpha ~ppc" IUSE="" DEPEND="virtual/glibc" |