From 04597bc97614764b93a267628d0210043c91cae0 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 22 Apr 2021 08:44:53 +0200 Subject: [PATCH] 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 --- 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 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"