diff options
-rw-r--r-- | dev-python/pexpect/pexpect-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pexpect/pexpect-2.4.ebuild b/dev-python/pexpect/pexpect-2.4.ebuild index 6cc4ecf4a0f6..53ca27b2d6f7 100644 --- a/dev-python/pexpect/pexpect-2.4.ebuild +++ b/dev-python/pexpect/pexpect-2.4.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/pexpect/pexpect-2.4.ebuild,v 1.9 2010/04/30 14:50:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.10 2010/12/26 14:56:17 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -9,7 +9,7 @@ inherit distutils DESCRIPTION="Python module for spawning child applications and responding to expected patterns" HOMEPAGE="http://pexpect.sourceforge.net/ http://pypi.python.org/pypi/pexpect" -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="MIT" SLOT="0" |