diff options
author | 2013-04-14 20:54:58 +0000 | |
---|---|---|
committer | 2013-04-14 20:54:58 +0000 | |
commit | 0fc52d0348beeeeabaad6b309d59e0afa9af2636 (patch) | |
tree | 6fea62ca2278e6e6fd3946aed4c20a81296bc48a /dev-util/jedi | |
parent | Version bump. The new version introduces friendly and explanatory error messa... (diff) | |
download | gentoo-2-0fc52d0348beeeeabaad6b309d59e0afa9af2636.tar.gz gentoo-2-0fc52d0348beeeeabaad6b309d59e0afa9af2636.tar.bz2 gentoo-2-0fc52d0348beeeeabaad6b309d59e0afa9af2636.zip |
use thirdparty mirrors
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'dev-util/jedi')
-rw-r--r-- | dev-util/jedi/jedi-0.5_beta5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/jedi/jedi-0.5_beta5.ebuild b/dev-util/jedi/jedi-0.5_beta5.ebuild index 618536734ede..0691b9b01243 100644 --- a/dev-util/jedi/jedi-0.5_beta5.ebuild +++ b/dev-util/jedi/jedi-0.5_beta5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jedi/jedi-0.5_beta5.ebuild,v 1.1 2013/04/14 20:53:23 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jedi/jedi-0.5_beta5.ebuild,v 1.2 2013/04/14 20:54:58 hasufell Exp $ EAPI=5 @@ -11,7 +11,7 @@ MY_PV="${PV/_beta/b}" DESCRIPTION="Awesome autocompletion library for python" HOMEPAGE="https://github.com/davidhalter/jedi" -SRC_URI="https://pypi.python.org/packages/source/j/jedi/jedi-${MY_PV}.tar.gz" +SRC_URI="mirror://pypi/j/jedi/jedi-${MY_PV}.tar.gz" LICENSE="LGPL-3+" SLOT="0" |