diff options
Diffstat (limited to 'sci-mathematics/flint')
-rw-r--r-- | sci-mathematics/flint/flint-2.8.4.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/flint/flint-2.8.5.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/flint/flint-2.9.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/flint/flint-2.8.4.ebuild b/sci-mathematics/flint/flint-2.8.4.ebuild index 604d35b47fd9..a9e0256cfbec 100644 --- a/sci-mathematics/flint/flint-2.8.4.ebuild +++ b/sci-mathematics/flint/flint-2.8.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ninja doesn't like "-lcblas" so using make. CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit cmake python-any-r1 DESCRIPTION="Fast Library for Number Theory" diff --git a/sci-mathematics/flint/flint-2.8.5.ebuild b/sci-mathematics/flint/flint-2.8.5.ebuild index ade006fabbd2..0ba6c58b49ec 100644 --- a/sci-mathematics/flint/flint-2.8.5.ebuild +++ b/sci-mathematics/flint/flint-2.8.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ninja doesn't like "-lcblas" so using make. CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-any-r1 DESCRIPTION="Fast Library for Number Theory" diff --git a/sci-mathematics/flint/flint-2.9.0.ebuild b/sci-mathematics/flint/flint-2.9.0.ebuild index fed6bb682ba3..0880ba0b8068 100644 --- a/sci-mathematics/flint/flint-2.9.0.ebuild +++ b/sci-mathematics/flint/flint-2.9.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ninja doesn't like "-lcblas" so using make. CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-any-r1 DESCRIPTION="Fast Library for Number Theory" |