Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/
Date: Tue, 12 Jul 2016 19:57:20
Message-Id: 1468082437.48f9a32050afb3cf4ded913f154a725f1861a197.marbre@gentoo
1 commit: 48f9a32050afb3cf4ded913f154a725f1861a197
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 16:39:09 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Jul 9 16:40:37 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=48f9a320
7
8 sci-mathematics/petsc: version bump to 3.5.4
9
10 Package-Manager: portage-2.2.28
11
12 sci-mathematics/petsc/{petsc-3.5.3.ebuild => petsc-3.5.4.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/petsc/petsc-3.5.3.ebuild b/sci-mathematics/petsc/petsc-3.5.4.ebuild
16 similarity index 98%
17 rename from sci-mathematics/petsc/petsc-3.5.3.ebuild
18 rename to sci-mathematics/petsc/petsc-3.5.4.ebuild
19 index 7c1d0b3..7838e5d 100644
20 --- a/sci-mathematics/petsc/petsc-3.5.3.ebuild
21 +++ b/sci-mathematics/petsc/petsc-3.5.4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -69,7 +69,7 @@ MAKEOPTS="${MAKEOPTS} -j1"
29 S="${WORKDIR}/${MY_P}"
30
31 src_prepare() {
32 - epatch "${FILESDIR}"/${P%_*}-disable-rpath.patch
33 + epatch "${FILESDIR}"/${PN}-3.5.3-disable-rpath.patch
34 sed -i -e 's%/usr/bin/env python%/usr/bin/env python2%' configure || die
35 }