diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-06-14 10:42:32 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-06-14 10:42:32 +0000 |
commit | 17a9e4b730b5fd3393d4ba6e8d9b617d1493e290 (patch) | |
tree | 7c92164056879a2213e06ca61879f651760242ce /dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild | |
parent | alpha tasty, wrt bug #93210 (diff) | |
download | gentoo-2-17a9e4b730b5fd3393d4ba6e8d9b617d1493e290.tar.gz gentoo-2-17a9e4b730b5fd3393d4ba6e8d9b617d1493e290.tar.bz2 gentoo-2-17a9e4b730b5fd3393d4ba6e8d9b617d1493e290.zip |
Stable on alpha
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild')
-rw-r--r-- | dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild index c146534a4044..4ddcb342e0c6 100644 --- a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild +++ b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1.0.ebuild,v 1.3 2005/06/05 12:25:24 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild,v 1.4 2005/06/14 10:42:32 ferdy Exp $ MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc x86" +KEYWORDS="alpha ~amd64 ppc x86" IUSE="debug" RDEPEND="virtual/libc" |