diff options
-rw-r--r-- | dev-libs/fortran-stdlib/fortran-stdlib-0.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/fortran-stdlib/fortran-stdlib-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1-r1.ebuild b/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1-r1.ebuild index 6f04f3551..8c68b97e6 100644 --- a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1-r1.ebuild +++ b/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit cmake fortran-2 python-any-r1 diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1.ebuild b/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1.ebuild index 2e29c3a45..d1a26f59d 100644 --- a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1.ebuild +++ b/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit cmake fortran-2 python-any-r1 diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild b/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild index 88b88e009..0df731779 100644 --- a/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild +++ b/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit cmake fortran-2 git-r3 python-any-r1 @@ -45,7 +45,6 @@ src_prepare() { cmake_src_prepare } - src_configure() { local mycmakeargs+=( -DBUILD_SHARED_LIBS=on |