diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-05-06 12:09:07 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-05-06 12:09:07 +0000 |
commit | cab1171182a0701cb57f6ff8125c885279ed4da7 (patch) | |
tree | 11f580c2ab922deafd0fc3ddbf0b761039b7cbf6 /dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild | |
parent | Added ~ppc64 (diff) | |
download | historical-cab1171182a0701cb57f6ff8125c885279ed4da7.tar.gz historical-cab1171182a0701cb57f6ff8125c885279ed4da7.tar.bz2 historical-cab1171182a0701cb57f6ff8125c885279ed4da7.zip |
Stable on x86.
Package-Manager: portage-2.0.51.21-r1
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 81253f7e347e..e989691459c2 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.1 2005/02/11 11:39:29 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild,v 1.2 2005/05/06 12:08:11 ka0ttic 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="~x86 ~amd64 ~alpha ~ppc" +KEYWORDS="x86 ~amd64 ~alpha ~ppc" IUSE="debug" RDEPEND="virtual/libc" |