dev-libs/fortran-stdlib: 0.2.1-r1, 9999 add Python3.11 compat.

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2023-02-02 01:43:48 +03:00
parent 9327576973
commit ced4afc210
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
FORTRAN_STANDARD="2003"
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit cmake fortran-2 python-any-r1

View File

@@ -4,7 +4,7 @@
EAPI=8
FORTRAN_STANDARD="2003"
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit cmake fortran-2 git-r3 python-any-r1