Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/kim-api/
Date: Mon, 11 May 2020 12:56:50
Message-Id: 1589201774.b48852ff06bb5f4f240c384a3e63ece65268c746.junghans@gentoo
1 commit: b48852ff06bb5f4f240c384a3e63ece65268c746
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 12:54:27 2020 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 12:56:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48852ff
7
8 sci-libs/kim-api: add missing fortran dep
9
10 Closes: https://bugs.gentoo.org/722428
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
13
14 sci-libs/kim-api/kim-api-2.1.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-libs/kim-api/kim-api-2.1.3.ebuild b/sci-libs/kim-api/kim-api-2.1.3.ebuild
18 index e4d877d225c..60c0e882f99 100644
19 --- a/sci-libs/kim-api/kim-api-2.1.3.ebuild
20 +++ b/sci-libs/kim-api/kim-api-2.1.3.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit cmake-utils
26 +inherit cmake-utils fortran-2
27
28 DESCRIPTION="Application Programming Interface for atomistic simulations"
29 HOMEPAGE="https://openkim.org"