commit: 04597bc97614764b93a267628d0210043c91cae0 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Apr 22 06:44:53 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Apr 22 06:44:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04597bc9
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 <AT> riseup.net> dev-libs/StringiFor/StringiFor-1.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/StringiFor/StringiFor-1.1.1.ebuild b/dev-libs/StringiFor/StringiFor-1.1.1.ebuild index 4bd3e3887..8b223574e 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"
