diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 14:56:17 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 14:56:17 +0000 |
commit | 8821311320e670a32ba75a100c3471b13d88089f (patch) | |
tree | 2fb5d08ae308dc8ff42c66cd0375073261597b18 /dev-python/m2crypto | |
parent | QA: revbump confix that was obviously meant to be patched but was missing an ... (diff) | |
download | historical-8821311320e670a32ba75a100c3471b13d88089f.tar.gz historical-8821311320e670a32ba75a100c3471b13d88089f.tar.bz2 historical-8821311320e670a32ba75a100c3471b13d88089f.zip |
Use PyPI mirrors.
Package-Manager: portage-2.2.0_alpha10_p8/cvs/Linux x86_64
Diffstat (limited to 'dev-python/m2crypto')
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.20.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/m2crypto/m2crypto-0.20.2.ebuild b/dev-python/m2crypto/m2crypto-0.20.2.ebuild index 3442621b8d47..53533578a48a 100644 --- a/dev-python/m2crypto/m2crypto-0.20.2.ebuild +++ b/dev-python/m2crypto/m2crypto-0.20.2.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/m2crypto/m2crypto-0.20.2.ebuild,v 1.13 2010/04/30 18:21:16 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.20.2.ebuild,v 1.14 2010/12/26 14:48:30 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ MY_PN="M2Crypto" DESCRIPTION="A python wrapper for the OpenSSL crypto library" HOMEPAGE="http://chandlerproject.org/bin/view/Projects/MeTooCrypto http://pypi.python.org/pypi/M2Crypto" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" |