diff options
author | 2010-10-30 18:49:14 +0000 | |
---|---|---|
committer | 2010-10-30 18:49:14 +0000 | |
commit | ef2f48c34f703d2980ae17b5aea2c47ae70940c9 (patch) | |
tree | b7c13da4bf4652488bbc571025ccc40548b6222e /net-zope/zope-annotation/zope-annotation-3.5.0.ebuild | |
parent | Import icu patch to fix building on arm, bug #343351 (diff) | |
download | gentoo-2-ef2f48c34f703d2980ae17b5aea2c47ae70940c9.tar.gz gentoo-2-ef2f48c34f703d2980ae17b5aea2c47ae70940c9.tar.bz2 gentoo-2-ef2f48c34f703d2980ae17b5aea2c47ae70940c9.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-annotation/zope-annotation-3.5.0.ebuild')
-rw-r--r-- | net-zope/zope-annotation/zope-annotation-3.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/zope-annotation/zope-annotation-3.5.0.ebuild b/net-zope/zope-annotation/zope-annotation-3.5.0.ebuild index a08b30242bf2..42caf138854e 100644 --- a/net-zope/zope-annotation/zope-annotation-3.5.0.ebuild +++ b/net-zope/zope-annotation/zope-annotation-3.5.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/net-zope/zope-annotation/zope-annotation-3.5.0.ebuild,v 1.4 2010/02/14 19:16:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-annotation/zope-annotation-3.5.0.ebuild,v 1.5 2010/10/30 18:49:14 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -12,7 +12,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Object annotation mechanism" HOMEPAGE="http://pypi.python.org/pypi/zope.annotation" -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="ZPL" SLOT="0" |