Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/slepc/
Date: Fri, 30 Jun 2017 14:47:28
Message-Id: 1498832043.6d15f25c84d1ff9e392e0a57ee4442bdfab04cbb.tamiko@gentoo
1 commit: 6d15f25c84d1ff9e392e0a57ee4442bdfab04cbb
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 14:14:03 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 14:14:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d15f25c
7
8 sci-mathematics/slepc: fix SRC_URI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-mathematics/slepc/slepc-3.7.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/slepc/slepc-3.7.4.ebuild b/sci-mathematics/slepc/slepc-3.7.4.ebuild
16 index 858afddfb..aa5b6e2a8 100644
17 --- a/sci-mathematics/slepc/slepc-3.7.4.ebuild
18 +++ b/sci-mathematics/slepc/slepc-3.7.4.ebuild
19 @@ -9,7 +9,7 @@ inherit eutils flag-o-matic python-any-r1 toolchain-funcs versionator
20
21 DESCRIPTION="Scalable Library for Eigenvalue Problem Computations"
22 HOMEPAGE="http://slepc.upv.es/"
23 -SRC_URI="http://slepc.upv.es/download/download.php?filename=${P}.tar.gz -> ${P}.tar.gz"
24 +SRC_URI="http://slepc.upv.es/download/distrib/${P}.tar.gz"
25
26 LICENSE="LGPL-3"
27 SLOT="0"