diff options
author | Jason Wever <weeve@gentoo.org> | 2006-10-05 03:03:25 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-10-05 03:03:25 +0000 |
commit | 9e14087105a3fe0388fe8eeefe140d2b036b4eda (patch) | |
tree | 81aedd793e4f0909663f88dacb64c0f94ae4dba3 /net-proxy | |
parent | Added fixes for automake, fixes bug #149862. (diff) | |
download | gentoo-2-9e14087105a3fe0388fe8eeefe140d2b036b4eda.tar.gz gentoo-2-9e14087105a3fe0388fe8eeefe140d2b036b4eda.tar.bz2 gentoo-2-9e14087105a3fe0388fe8eeefe140d2b036b4eda.zip |
Added ~sparc keyword wrt bug #150131.
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/http-replicator/ChangeLog | 7 | ||||
-rw-r--r-- | net-proxy/http-replicator/http-replicator-3.0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog index be92e263b2da..178f3cf362a8 100644 --- a/net-proxy/http-replicator/ChangeLog +++ b/net-proxy/http-replicator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/http-replicator -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.11 2005/10/06 21:22:49 ferdy Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.12 2006/10/05 03:03:25 weeve Exp $ + + 05 Oct 2006; Jason Wever <weeve@gentoo.org> http-replicator-3.0.ebuild: + Added ~sparc keyword wrt bug #150131. 06 Oct 2005; Fernando J. Pereda <ferdy@gentoo.org> http-replicator-3.0.ebuild: diff --git a/net-proxy/http-replicator/http-replicator-3.0.ebuild b/net-proxy/http-replicator/http-replicator-3.0.ebuild index 8c7246488dea..4c2f5b77bff9 100644 --- a/net-proxy/http-replicator/http-replicator-3.0.ebuild +++ b/net-proxy/http-replicator/http-replicator-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.ebuild,v 1.13 2006/03/06 19:09:54 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0.ebuild,v 1.14 2006/10/05 03:03:25 weeve Exp $ DESCRIPTION="Proxy cache for Gentoo packages" HOMEPAGE="http://gertjan.freezope.org/replicator/" @@ -8,7 +8,7 @@ SRC_URI="http://gertjan.freezope.org/replicator/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ppc x86" +KEYWORDS="alpha amd64 ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/python-2.3" |