commit: b9e8eac43f64073ee22b6bcf1d2612139fe7c190
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Thu Jan 19 00:19:48 2023 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Thu Jan 19 00:19:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9e8eac4
dev-libs/fortran-stdlib: drop python3.8 compat
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-libs/fortran-stdlib/fortran-stdlib-0.2.1-r1.ebuild | 4 ++--
dev-libs/fortran-stdlib/fortran-stdlib-0.2.1.ebuild | 4 ++--
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