Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/silo/
Date: Thu, 24 Sep 2015 05:10:58
Message-Id: 1443071543.600f1fe8b157ef839737dab90547e494dd8de21b.slis@gentoo
1 commit: 600f1fe8b157ef839737dab90547e494dd8de21b
2 Author: SÅ‚awomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 05:11:28 2015 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 05:12:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600f1fe8
7
8 added fortran compiler check (#561136)
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-libs/silo/silo-4.10.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/silo/silo-4.10.2.ebuild b/sci-libs/silo/silo-4.10.2.ebuild
16 index 7831e3a..a880e4d 100644
17 --- a/sci-libs/silo/silo-4.10.2.ebuild
18 +++ b/sci-libs/silo/silo-4.10.2.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -inherit eutils
24 +inherit eutils fortran-2
25
26 DESCRIPTION="A mesh and field I/O library and scientific database"
27 HOMEPAGE="https://wci.llnl.gov/simulation/computer-codes/silo"