commit:     6642669ecf748cd0dd9f3dbded89a44f425262eb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 15:19:27 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 15:19:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6642669e

sci-biology/spm: Fix SRC_URI to the original tarball

Closes GH #499

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/spm/spm-12.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/sci-biology/spm/spm-12.ebuild b/sci-biology/spm/spm-12.ebuild
index 4f69567..0e07e62 100644
--- a/sci-biology/spm/spm-12.ebuild
+++ b/sci-biology/spm/spm-12.ebuild
@@ -6,18 +6,16 @@ EAPI=5
 
 DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab"
 HOMEPAGE="http://www.fil.ion.ucl.ac.uk/spm/";
-SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/eldorado/${PN}${PV}.zip";
+SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/eldorado/${PN}${PV}.0.zip";
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND=">=sci-mathematics/octave-3.8
-       "
-
+RDEPEND=">=sci-mathematics/octave-3.8"
 DEPEND="${RDEPEND}
        app-arch/unzip
-       "
+"
 
 S="${WORKDIR}/${PN}${PV}/src"
 

Reply via email to