diff options
author | 2009-06-09 20:30:18 +0000 | |
---|---|---|
committer | 2009-06-09 20:30:18 +0000 | |
commit | dba70702c94effe1a29f05c012563438b5fcda9f (patch) | |
tree | 26ca44707b3a580ada79be200ad537ef98689840 /net-proxy/http-replicator | |
parent | Initial import from perl-experimental (diff) | |
download | gentoo-2-dba70702c94effe1a29f05c012563438b5fcda9f.tar.gz gentoo-2-dba70702c94effe1a29f05c012563438b5fcda9f.tar.bz2 gentoo-2-dba70702c94effe1a29f05c012563438b5fcda9f.zip |
Stable for HPPA (bug #271437).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-proxy/http-replicator')
-rw-r--r-- | net-proxy/http-replicator/ChangeLog | 6 | ||||
-rw-r--r-- | net-proxy/http-replicator/http-replicator-3.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog index 088e38e91e19..ca6a802cae37 100644 --- a/net-proxy/http-replicator/ChangeLog +++ b/net-proxy/http-replicator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/http-replicator # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.29 2009/06/04 20:54:37 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.30 2009/06/09 20:30:18 jer Exp $ + + 09 Jun 2009; Jeroen Roovers <jer@gentoo.org> + http-replicator-3.0-r2.ebuild: + Stable for HPPA (bug #271437). 04 Jun 2009; Tobias Klausmann <klausman@gentoo.org> http-replicator-3.0-r2.ebuild: diff --git a/net-proxy/http-replicator/http-replicator-3.0-r2.ebuild b/net-proxy/http-replicator/http-replicator-3.0-r2.ebuild index 9d3bb0223b59..54d57375cbb7 100644 --- a/net-proxy/http-replicator/http-replicator-3.0-r2.ebuild +++ b/net-proxy/http-replicator/http-replicator-3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r2.ebuild,v 1.4 2009/06/04 20:54:37 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r2.ebuild,v 1.5 2009/06/09 20:30:18 jer Exp $ inherit eutils @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86" +KEYWORDS="alpha amd64 hppa ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/python-2.3" |