diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 15:36:45 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 15:36:45 +0000 |
commit | 1cb39c1b0a77faf3b7da66555c85bcd7c6483e5a (patch) | |
tree | 06c14ef93c43e947e23fe858ca0c2dd3344b6f86 /dev-python/pyudev/pyudev-0.2.ebuild | |
parent | Use PN. (diff) | |
download | gentoo-2-1cb39c1b0a77faf3b7da66555c85bcd7c6483e5a.tar.gz gentoo-2-1cb39c1b0a77faf3b7da66555c85bcd7c6483e5a.tar.bz2 gentoo-2-1cb39c1b0a77faf3b7da66555c85bcd7c6483e5a.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyudev/pyudev-0.2.ebuild')
-rw-r--r-- | dev-python/pyudev/pyudev-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyudev/pyudev-0.2.ebuild b/dev-python/pyudev/pyudev-0.2.ebuild index 638761a950c3..2d9368e0f6dc 100644 --- a/dev-python/pyudev/pyudev-0.2.ebuild +++ b/dev-python/pyudev/pyudev-0.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/pyudev/pyudev-0.2.ebuild,v 1.1 2010/07/25 00:52:59 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.2.ebuild,v 1.2 2010/12/26 15:36:45 arfrever Exp $ EAPI="2" @@ -12,7 +12,7 @@ inherit distutils DESCRIPTION="pyudev is a Python and PyQt4 binding for libudev" HOMEPAGE="http://packages.python.org/pyudev/" -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="LGPL-2.1" SLOT="0" |