diff options
Diffstat (limited to 'dev-python/sh/sh-1.07.ebuild')
-rw-r--r-- | dev-python/sh/sh-1.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sh/sh-1.07.ebuild b/dev-python/sh/sh-1.07.ebuild index 50210b059ae2..332ac2946492 100644 --- a/dev-python/sh/sh-1.07.ebuild +++ b/dev-python/sh/sh-1.07.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-python/sh/sh-1.07.ebuild,v 1.1 2013/01/24 01:48:27 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.07.ebuild,v 1.2 2013/03/28 19:11:49 jlec Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Python subprocess interface" HOMEPAGE="https://github.com/amoffat/sh" -SRC_URI="mirror://github/amoffat/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/amoffat/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |