diff options
author | 2019-05-12 10:52:40 +0100 | |
---|---|---|
committer | 2019-05-12 10:54:38 +0100 | |
commit | 2816aed520d90d85c23858c612a132f11625af43 (patch) | |
tree | fe35b162d916bafec328aa7f5104079e960975a4 /dev-python/theano | |
parent | dev-lang/perl: Update dual versions (diff) | |
download | gentoo-2816aed520d90d85c23858c612a132f11625af43.tar.gz gentoo-2816aed520d90d85c23858c612a132f11625af43.tar.bz2 gentoo-2816aed520d90d85c23858c612a132f11625af43.zip |
dev-python/theano: fix SRC_URI, bug #682204
Reported-by: Helmut Jarausch
Fix-by: Petr Voytsik
Closes: https://bugs.gentoo.org/682204
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/theano')
-rw-r--r-- | dev-python/theano/theano-1.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/theano/theano-1.0.4.ebuild b/dev-python/theano/theano-1.0.4.ebuild index 6351d160efda..2bfe26861e2f 100644 --- a/dev-python/theano/theano-1.0.4.ebuild +++ b/dev-python/theano/theano-1.0.4.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 eutils DESCRIPTION="Define and optimize multi-dimensional arrays mathematical expressions" HOMEPAGE="https://github.com/Theano/Theano" -SRC_URI="mirror://pypi/theano/${PN^}/${PN^}-${PV}.tar.gz" +SRC_URI="mirror://pypi/T/${PN^}/${PN^}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" |