diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2010-08-25 07:34:25 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2010-08-25 07:34:25 +0000 |
commit | 09be60a0ffe3e935b7fc03bb0cdabc879f2eb519 (patch) | |
tree | 42479a4ceaad04fe47a4ab0cfd3f85dad45bc11e /dev-python/sphinx | |
parent | Version bump (diff) | |
download | gentoo-2-09be60a0ffe3e935b7fc03bb0cdabc879f2eb519.tar.gz gentoo-2-09be60a0ffe3e935b7fc03bb0cdabc879f2eb519.tar.bz2 gentoo-2-09be60a0ffe3e935b7fc03bb0cdabc879f2eb519.zip |
Fix SRC_URI.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/sphinx-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx/sphinx-1.0.3.ebuild b/dev-python/sphinx/sphinx-1.0.3.ebuild index 8659202889d2..bfbff7fef2f8 100644 --- a/dev-python/sphinx/sphinx-1.0.3.ebuild +++ b/dev-python/sphinx/sphinx-1.0.3.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/sphinx/sphinx-1.0.3.ebuild,v 1.1 2010/08/23 18:57:17 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0.3.ebuild,v 1.2 2010/08/25 07:34:25 djc Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Tool to create documentation for Python projects" HOMEPAGE="http://sphinx.pocoo.org/ http://pypi.python.org/pypi/Sphinx" -SRC_URI="mirror://pypi/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="BSD" SLOT="0" |