dev-libs/fortran-stdlib: update 9999.ebuild

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2025-10-20 22:27:39 +03:00
parent 76dbbc5314
commit 56d34b46fc

View File

@@ -4,7 +4,7 @@
EAPI=8 EAPI=8
FORTRAN_STANDARD="2003" FORTRAN_STANDARD="2003"
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..14} )
inherit cmake fortran-2 git-r3 python-any-r1 inherit cmake fortran-2 git-r3 python-any-r1
@@ -27,7 +27,7 @@ DEPEND="
app-text/ford[${PYTHON_USEDEP}] app-text/ford[${PYTHON_USEDEP}]
') ')
) )
test? ( dev-util/fortran-test-drive ) test? ( ~dev-util/fortran-test-drive-0.4.0 )
" "
pkg_setup() { pkg_setup() {
@@ -56,7 +56,7 @@ src_compile() {
if use doc ; then if use doc ; then
einfo "Build API documentation:" einfo "Build API documentation:"
${EPYTHON} ford API-doc-FORD-file.md || die ford API-doc-FORD-file.md || die
fi fi
} }