sci-libs/nlopt: Fortran is only needed for tests

Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/30201
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Violet Purcell
2023-03-17 21:25:56 -04:00
committed by Sam James
parent 151902e0ca
commit a247f9ca02
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
FORTRAN_NEEDED="test"
inherit python-r1 cmake fortran-2

View File

@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
FORTRAN_NEEDED="test"
inherit python-r1 cmake fortran-2