diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-01 17:09:49 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-01 17:09:49 +0000 |
commit | 7b4d57e5993b9ae194362982f84c8d52438238a4 (patch) | |
tree | a628a4d07f0c64af0339cd2a0611edd4cc32c200 /dev-libs/http-fetcher | |
parent | stable on amd64, ppc and x86 (diff) | |
download | gentoo-2-7b4d57e5993b9ae194362982f84c8d52438238a4.tar.gz gentoo-2-7b4d57e5993b9ae194362982f84c8d52438238a4.tar.bz2 gentoo-2-7b4d57e5993b9ae194362982f84c8d52438238a4.zip |
Stable on ppc.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-libs/http-fetcher')
-rw-r--r-- | dev-libs/http-fetcher/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/http-fetcher/ChangeLog b/dev-libs/http-fetcher/ChangeLog index d273e9ed56b2..e3083ea28d17 100644 --- a/dev-libs/http-fetcher/ChangeLog +++ b/dev-libs/http-fetcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/http-fetcher # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.12 2005/04/22 09:29:03 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.13 2005/05/01 17:09:28 hansmi Exp $ + + 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> + http-fetcher-1.0.3.ebuild: + Stable on ppc. 22 Apr 2005; Simon Stelling <blubb@gentoo.org> http-fetcher-1.0.3.ebuild: stable on amd64 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 b81d600d696b..a6a3d9f17add 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-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.0.3.ebuild,v 1.7 2005/04/22 09:29:03 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild,v 1.8 2005/05/01 17:09:28 hansmi 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="" RDEPEND="virtual/libc" |