commit:     6b5baeaee2cf11265852f0edbd1d2c28eee4d1c0
Author:     Timo Kamph <tka <AT> kamph <DOT> org>
AuthorDate: Sun Jan 17 13:50:34 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 12:42:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5baeae

sci-libs/amd: only depend on virtual/fortran if USE=fortran

Closes: https://bugs.gentoo.org/765739
Signed-off-by: Timo Kamph <tka <AT> kamph.org>
Closes: https://github.com/gentoo/gentoo/pull/19090
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/amd/amd-2.4.6-r1.ebuild | 1 +
 sci-libs/amd/amd-2.4.6.ebuild    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sci-libs/amd/amd-2.4.6-r1.ebuild b/sci-libs/amd/amd-2.4.6-r1.ebuild
index 9fee90d1826..d6fb2915b94 100644
--- a/sci-libs/amd/amd-2.4.6-r1.ebuild
+++ b/sci-libs/amd/amd-2.4.6-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+FORTRAN_NEEDED=fortran
 inherit autotools fortran-2
 
 DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"

diff --git a/sci-libs/amd/amd-2.4.6.ebuild b/sci-libs/amd/amd-2.4.6.ebuild
index 4bdd81880c3..06a5de3d6c8 100644
--- a/sci-libs/amd/amd-2.4.6.ebuild
+++ b/sci-libs/amd/amd-2.4.6.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+FORTRAN_NEEDED=fortran
 inherit fortran-2
 
 DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"

Reply via email to