summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-31 09:43:52 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-31 11:23:06 +0200
commit5736e2b02d3a630b0eea21ec7956d41346311007 (patch)
treec719c28e9301c6778815120e048bd636fedd5630 /sci-libs
parentsci-libs/libsvm: enable py3.12 (diff)
downloadgentoo-5736e2b02d3a630b0eea21ec7956d41346311007.tar.gz
gentoo-5736e2b02d3a630b0eea21ec7956d41346311007.tar.bz2
gentoo-5736e2b02d3a630b0eea21ec7956d41346311007.zip
sci-libs/pastix: support py3.12
Closes: https://bugs.gentoo.org/929785 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/pastix/pastix-6.0.3.ebuild6
1 files changed, 3 insertions, 3 deletions
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