diff options
-rw-r--r-- | dev-python/beanstalkc/beanstalkc-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild b/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild index abb7c82c07e3..a2d15933d47c 100644 --- a/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild +++ b/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.4 2010/05/21 18:57:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.5 2010/10/30 19:24:41 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -9,7 +9,7 @@ inherit distutils DESCRIPTION="A simple beanstalkd client library" HOMEPAGE="http://github.com/earl/beanstalkc http://pypi.python.org/pypi/beanstalkc" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |