commit: b48852ff06bb5f4f240c384a3e63ece65268c746 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org> AuthorDate: Mon May 11 12:54:27 2020 +0000 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org> CommitDate: Mon May 11 12:56:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48852ff
sci-libs/kim-api: add missing fortran dep Closes: https://bugs.gentoo.org/722428 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org> sci-libs/kim-api/kim-api-2.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/kim-api/kim-api-2.1.3.ebuild b/sci-libs/kim-api/kim-api-2.1.3.ebuild index e4d877d225c..60c0e882f99 100644 --- a/sci-libs/kim-api/kim-api-2.1.3.ebuild +++ b/sci-libs/kim-api/kim-api-2.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake-utils fortran-2 DESCRIPTION="Application Programming Interface for atomistic simulations" HOMEPAGE="https://openkim.org"
