Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fortran-2.eclass: use BDEPEND on EAPI 7+
For FORTRAN_NEEDED=test we need both the compiler and the test binaries to run on the build host only, hence new EAPIs only set BDEPEND here; For other modes (other than "no", of course), we need a Fortran compiler running on the build host as well as the runtime libraries built for the target arch, necessitating the use of both DEPEND and BDEPEND on newer EAPIs. Closes: https://bugs.gentoo.org/802153 Signed-off-by: Marek Szuba <[email protected]>
- Loading branch information