diff options
author | Christoph Junghans <junghans@gentoo.org> | 2020-05-11 06:54:27 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2020-05-11 06:56:14 -0600 |
commit | b48852ff06bb5f4f240c384a3e63ece65268c746 (patch) | |
tree | efe96044c467f42376135cc970ce4dcb1022bfd5 | |
parent | mail-client/neomutt: Delete old versions (diff) | |
download | gentoo-b48852ff06bb5f4f240c384a3e63ece65268c746.tar.gz gentoo-b48852ff06bb5f4f240c384a3e63ece65268c746.tar.bz2 gentoo-b48852ff06bb5f4f240c384a3e63ece65268c746.zip |
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@gentoo.org>
-rw-r--r-- | sci-libs/kim-api/kim-api-2.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 e4d877d225c2..60c0e882f990 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" |