aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-22 08:44:53 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-22 08:44:53 +0200
commit04597bc97614764b93a267628d0210043c91cae0 (patch)
tree3b3d00bd50df15c92eab70f1a532308a1051e247
parentdev-vcs/lazygit: drop 0.27.2, 0.27.3 (diff)
downloadguru-04597bc97614764b93a267628d0210043c91cae0.tar.gz
guru-04597bc97614764b93a267628d0210043c91cae0.tar.bz2
guru-04597bc97614764b93a267628d0210043c91cae0.zip
dev-libs/StringiFor: add missing deps
Closes: https://bugs.gentoo.org/784935 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-libs/StringiFor/StringiFor-1.1.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/StringiFor/StringiFor-1.1.1.ebuild b/dev-libs/StringiFor/StringiFor-1.1.1.ebuild
index 4bd3e3887a..8b223574e0 100644
--- a/dev-libs/StringiFor/StringiFor-1.1.1.ebuild
+++ b/dev-libs/StringiFor/StringiFor-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,6 +35,7 @@ IUSE="static-libs test"
RESTRICT="!test? ( test )"
DEPEND="dev-util/FoBiS"
+BDEPEND="virtual/fortran"
PATCHES=(
"${FILESDIR}/stringifor-1.1.1_fobos_soname.patch"