Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/
Date: Thu, 18 Feb 2016 16:34:44
Message-Id: 1455813272.c1e0693ecf4a03af39c1b90750131f2fd5867417.jlec@gentoo
1 commit: c1e0693ecf4a03af39c1b90750131f2fd5867417
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 16:34:24 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 16:34:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e0693e
7
8 sci-libs/exodusii: Require a fortran compiler support for tests
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558392
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-libs/exodusii/exodusii-6.02.ebuild | 12 ++++++++----
16 1 file changed, 8 insertions(+), 4 deletions(-)
17
18 diff --git a/sci-libs/exodusii/exodusii-6.02.ebuild b/sci-libs/exodusii/exodusii-6.02.ebuild
19 index fd65fa9..6eec329 100644
20 --- a/sci-libs/exodusii/exodusii-6.02.ebuild
21 +++ b/sci-libs/exodusii/exodusii-6.02.ebuild
22 @@ -1,10 +1,12 @@
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 EAPI=5
29
30 -inherit cmake-utils multilib
31 +FORTRAN_NEEDED="test"
32 +
33 +inherit cmake-utils fortran-2 multilib
34
35 MY_PN="${PN%ii}"
36 MY_P="${MY_PN}-${PV}"
37 @@ -18,8 +20,10 @@ SLOT="0"
38 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
39 IUSE="static-libs test"
40
41 -DEPEND="sci-libs/netcdf[hdf5]"
42 -RDEPEND="${DEPEND}"
43 +RDEPEND="sci-libs/netcdf[hdf5]"
44 +DEPEND="${RDEPEND}
45 + test? ( app-shells/tcsh )
46 +"
47
48 S="${WORKDIR}"/${MY_P}/${MY_PN}