summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-06-05 12:26:14 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-06-05 12:26:14 +0000
commit36bf65725f90d8706567b2892e2bdf2f16a8f6d2 (patch)
tree9dc270bac50abf080b02f915c697fb15b6350025 /dev-libs/http-fetcher
parentVersion bump. Added doc useflag for the examples. See bug #73973. (diff)
downloadgentoo-2-36bf65725f90d8706567b2892e2bdf2f16a8f6d2.tar.gz
gentoo-2-36bf65725f90d8706567b2892e2bdf2f16a8f6d2.tar.bz2
gentoo-2-36bf65725f90d8706567b2892e2bdf2f16a8f6d2.zip
Stable on ppc.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/http-fetcher')
-rw-r--r--dev-libs/http-fetcher/ChangeLog6
-rw-r--r--dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/http-fetcher/ChangeLog b/dev-libs/http-fetcher/ChangeLog
index 55ecdbdbbf69..fdfbc983e392 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.14 2005/05/06 12:08:11 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.15 2005/06/05 12:25:24 hansmi Exp $
+
+ 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org>
+ http-fetcher-1.1.0.ebuild:
+ Stable on ppc.
06 May 2005; Aaron Walker <ka0ttic@gentoo.org> http-fetcher-1.1.0.ebuild:
Stable on x86.
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 e989691459c2..c146534a4044 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.2 2005/05/06 12:08:11 ka0ttic Exp $
+# $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 $
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="~alpha ~amd64 ppc x86"
IUSE="debug"
RDEPEND="virtual/libc"