diff options
author | 2023-01-19 03:19:48 +0300 | |
---|---|---|
committer | 2023-01-19 03:19:48 +0300 | |
commit | b9e8eac43f64073ee22b6bcf1d2612139fe7c190 (patch) | |
tree | 7ce3fe33f18ee04e09f82be7f4d1f15925228814 /dev-libs | |
parent | dev-util/fypp: drop python3.8, add 3.11 compat (diff) | |
download | guru-b9e8eac43f64073ee22b6bcf1d2612139fe7c190.tar.gz guru-b9e8eac43f64073ee22b6bcf1d2612139fe7c190.tar.bz2 guru-b9e8eac43f64073ee22b6bcf1d2612139fe7c190.zip |
dev-libs/fortran-stdlib: drop python3.8 compat
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Diffstat (limited to 'dev-libs')
-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 |