Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/
Date: Mon, 22 Feb 2016 08:38:13
Message-Id: 1456130191.aa4f4321b26e8565c3d4abcff9b5d17865577b88.jlec@gentoo
1 commit: aa4f4321b26e8565c3d4abcff9b5d17865577b88
2 Author: Grégory Salvan <apieum <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 20 20:33:45 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 08:36:31 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aa4f4321
7
8 change to EAPI 6
9
10 sci-mathematics/netgen/netgen-5.3.1.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/sci-mathematics/netgen/netgen-5.3.1.ebuild b/sci-mathematics/netgen/netgen-5.3.1.ebuild
14 index 16441ff..adae126 100644
15 --- a/sci-mathematics/netgen/netgen-5.3.1.ebuild
16 +++ b/sci-mathematics/netgen/netgen-5.3.1.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 -EAPI=5
22 +EAPI=6
23
24 inherit autotools eutils flag-o-matic multilib versionator
25
26 @@ -30,6 +30,7 @@ RDEPEND="${DEPEND}"
27 # Note, MPI has not be tested.
28
29 src_prepare() {
30 + default
31 # Adapted from http://sourceforge.net/projects/netgen-mesher/forums/forum/905307/topic/5422824
32 epatch "${FILESDIR}/${PN}-5.x-missing-define.patch"
33 epatch "${FILESDIR}/${PN}-5.x-metis-numflag.patch"