commit: 48f9a32050afb3cf4ded913f154a725f1861a197
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 16:39:09 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Jul 9 16:40:37 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=48f9a320
sci-mathematics/petsc: version bump to 3.5.4
Package-Manager: portage-2.2.28
sci-mathematics/petsc/{petsc-3.5.3.ebuild => petsc-3.5.4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/petsc/petsc-3.5.3.ebuild
b/sci-mathematics/petsc/petsc-3.5.4.ebuild
similarity index 98%
rename from sci-mathematics/petsc/petsc-3.5.3.ebuild
rename to sci-mathematics/petsc/petsc-3.5.4.ebuild
index 7c1d0b3..7838e5d 100644
--- a/sci-mathematics/petsc/petsc-3.5.3.ebuild
+++ b/sci-mathematics/petsc/petsc-3.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -69,7 +69,7 @@ MAKEOPTS="${MAKEOPTS} -j1"
S="${WORKDIR}/${MY_P}"
src_prepare() {
- epatch "${FILESDIR}"/${P%_*}-disable-rpath.patch
+ epatch "${FILESDIR}"/${PN}-3.5.3-disable-rpath.patch
sed -i -e 's%/usr/bin/env python%/usr/bin/env python2%' configure || die
}