From c72aaa4b0c3c73e29a3d25532f92b32fe53cd00e Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 26 Mar 2011 22:58:04 +0000 Subject: Use PyPI mirrors. (Portage version: 2.2.0_alpha28_p34/cvs/Linux x86_64) --- dev-python/rpyc/rpyc-3.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/rpyc') diff --git a/dev-python/rpyc/rpyc-3.1.0.ebuild b/dev-python/rpyc/rpyc-3.1.0.ebuild index 77240ac0b40f..84f116c88b42 100644 --- a/dev-python/rpyc/rpyc-3.1.0.ebuild +++ b/dev-python/rpyc/rpyc-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.1.0.ebuild,v 1.1 2011/03/26 22:56:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.1.0.ebuild,v 1.2 2011/03/26 22:58:04 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -12,7 +12,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library" HOMEPAGE="http://rpyc.wikidot.com/ http://pypi.python.org/pypi/RPyC" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad