commit: ecf3bdd452a205c753996a946e8d35c975c749d8
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Apr 10 18:55:13 2017 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Apr 10 18:55:13 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ecf3bdd4
sci-mathematics/tisean: fix path to the patch file, fixes issue #738
Package-Manager: Portage-2.3.5, Repoman-2.3.1
sci-mathematics/tisean/tisean-3.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/tisean/tisean-3.0.1.ebuild
b/sci-mathematics/tisean/tisean-3.0.1.ebuild
index dd4158b13..7c27ce614 100644
--- a/sci-mathematics/tisean/tisean-3.0.1.ebuild
+++ b/sci-mathematics/tisean/tisean-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
src_prepare() {
tc-export FC CC
epatch \
- "${FILESDIR}"/${PV}-gentoo.patch \
+ "${FILESDIR}"/${P}-gentoo.patch \
"${FILESDIR}"/${P}-backport.patch
}