diff options
author | Benda XU <heroxbd@gentoo.org> | 2012-09-26 17:22:56 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2012-09-26 17:22:56 +0000 |
commit | 75ef9ba797e2810635c30cb97738d539a73635eb (patch) | |
tree | 99801a6138e78c8c652ff72f766075bcc3dd04b6 /sci-mathematics/pymc/pymc-2.2.ebuild | |
parent | new ebuild (diff) | |
download | gentoo-2-75ef9ba797e2810635c30cb97738d539a73635eb.tar.gz gentoo-2-75ef9ba797e2810635c30cb97738d539a73635eb.tar.bz2 gentoo-2-75ef9ba797e2810635c30cb97738d539a73635eb.zip |
fix URI_SRC and manifest
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/pymc/pymc-2.2.ebuild')
-rw-r--r-- | sci-mathematics/pymc/pymc-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pymc/pymc-2.2.ebuild b/sci-mathematics/pymc/pymc-2.2.ebuild index e06e14cda067..e8a146fe1a31 100644 --- a/sci-mathematics/pymc/pymc-2.2.ebuild +++ b/sci-mathematics/pymc/pymc-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/pymc-2.2.ebuild,v 1.1 2012/09/26 17:16:53 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/pymc-2.2.ebuild,v 1.2 2012/09/26 17:22:56 heroxbd Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit distutils vcs-snapshot DESCRIPTION="Markov Chain Monte Carlo sampling toolkit." HOMEPAGE="http://github.com/${PN}-devs/${PN} http://pypi.python.org/pypi/${PN}" -SRC_URI="http://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="http://github.com/${PN}-devs/${PN}/tarball/v${PV} -> ${P}.tar.gz" SLOT=0 KEYWORDS="~amd64-linux ~x86-linux" |