commit:     56d34b46fc0378f5f3ec2e37be5fcbdb03485bf2
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Mon Oct 20 19:27:39 2025 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Mon Oct 20 19:28:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56d34b46

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

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

Reply via email to