dev-libs/fortran-stdlib: update {app-doc → app-text}/ford

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2024-01-21 23:15:29 +03:00
parent 09005bf654
commit b7912affd2
3 changed files with 3 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ DEPEND="
')
doc? (
$(python_gen_any_dep '
app-doc/ford[${PYTHON_USEDEP}]
app-text/ford[${PYTHON_USEDEP}]
')
)
test? ( dev-util/fortran-test-drive )

View File

@@ -29,7 +29,7 @@ DEPEND="
')
doc? (
$(python_gen_any_dep '
app-doc/ford[${PYTHON_USEDEP}]
app-text/ford[${PYTHON_USEDEP}]
')
)
test? ( dev-util/fortran-test-drive )

View File

@@ -9,7 +9,6 @@ PYTHON_COMPAT=( python3_{10..11} )
inherit cmake fortran-2 git-r3 python-any-r1
EGIT_REPO_URI="https://github.com/fortran-lang/stdlib.git"
SRC_URI=""
DESCRIPTION="A community driven standard library for (modern) Fortran"
HOMEPAGE="https://stdlib.fortran-lang.org/"
@@ -26,7 +25,7 @@ DEPEND="
')
doc? (
$(python_gen_any_dep '
app-doc/ford[${PYTHON_USEDEP}]
app-text/ford[${PYTHON_USEDEP}]
')
)
test? ( dev-util/fortran-test-drive )