From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50BBA139694 for ; Fri, 30 Jun 2017 14:47:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CBB27400F; Fri, 30 Jun 2017 14:47:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8779727400F for ; Fri, 30 Jun 2017 14:47:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6947333FE2A for ; Fri, 30 Jun 2017 14:47:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F1487487 for ; Fri, 30 Jun 2017 14:47:25 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1498832043.6d15f25c84d1ff9e392e0a57ee4442bdfab04cbb.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/slepc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/slepc/slepc-3.7.4.ebuild X-VCS-Directories: sci-mathematics/slepc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 6d15f25c84d1ff9e392e0a57ee4442bdfab04cbb X-VCS-Branch: master Date: Fri, 30 Jun 2017 14:47:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6364b553-775f-4da6-83d8-53b988cee7ed X-Archives-Hash: 4435fe4b1d7b59401c0b88e3a145d30d commit: 6d15f25c84d1ff9e392e0a57ee4442bdfab04cbb Author: Matthias Maier gentoo org> AuthorDate: Fri Jun 30 14:14:03 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Fri Jun 30 14:14:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d15f25c sci-mathematics/slepc: fix SRC_URI Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-mathematics/slepc/slepc-3.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/slepc/slepc-3.7.4.ebuild b/sci-mathematics/slepc/slepc-3.7.4.ebuild index 858afddfb..aa5b6e2a8 100644 --- a/sci-mathematics/slepc/slepc-3.7.4.ebuild +++ b/sci-mathematics/slepc/slepc-3.7.4.ebuild @@ -9,7 +9,7 @@ inherit eutils flag-o-matic python-any-r1 toolchain-funcs versionator DESCRIPTION="Scalable Library for Eigenvalue Problem Computations" HOMEPAGE="http://slepc.upv.es/" -SRC_URI="http://slepc.upv.es/download/download.php?filename=${P}.tar.gz -> ${P}.tar.gz" +SRC_URI="http://slepc.upv.es/download/distrib/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0"