From 5736e2b02d3a630b0eea21ec7956d41346311007 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 31 Jul 2024 09:43:52 +0200 Subject: sci-libs/pastix: support py3.12 Closes: https://bugs.gentoo.org/929785 Signed-off-by: Pacho Ramos --- sci-libs/pastix/pastix-6.0.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild index f8535d36390e..ad6337f2a1d9 100644 --- a/sci-libs/pastix/pastix-6.0.3.ebuild +++ b/sci-libs/pastix/pastix-6.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake fortran-2 python-single-r1 -- cgit v1.2.3-65-gdbad