diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-31 11:54:14 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-31 11:54:14 +0000 |
commit | dc869d795c4a1105e47f70d3f078314c52a46163 (patch) | |
tree | f16524e5786a9e1ccc8d85d48e60059ae9447e08 /net-proxy/http-replicator | |
parent | amd64/x86 stable, bug #271228 (diff) | |
download | gentoo-2-dc869d795c4a1105e47f70d3f078314c52a46163.tar.gz gentoo-2-dc869d795c4a1105e47f70d3f078314c52a46163.tar.bz2 gentoo-2-dc869d795c4a1105e47f70d3f078314c52a46163.zip |
amd64/x86 stable, bug #271437
(Portage version: 2.1.6.11/cvs/Linux x86_64)
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 f2e0f6113233..a90b7f972b55 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.27 2009/05/30 18:37:02 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.28 2009/05/31 11:54:14 maekke Exp $ + + 31 May 2009; Markus Meier <maekke@gentoo.org> + http-replicator-3.0-r2.ebuild: + amd64/x86 stable, bug #271437 30 May 2009; nixnut <nixnut@gentoo.org> http-replicator-3.0-r2.ebuild: ppc stable #271437 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 820ec017e22e..765f301e6f0b 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.2 2009/05/30 18:37:02 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r2.ebuild,v 1.3 2009/05/31 11:54:14 maekke 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" |