commit: 4089ec1940d2c2d57ee7076ee3016aa3416ce8cc
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 12:21:10 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 2 12:21:10 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4089ec19
sci-libs/vtk: disable py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/vtk/vtk-9.1.0-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/vtk/vtk-9.1.0-r6.ebuild b/sci-libs/vtk/vtk-9.1.0-r6.ebuild
index e781751cc..47c9d92e8 100644
--- a/sci-libs/vtk/vtk-9.1.0-r6.ebuild
+++ b/sci-libs/vtk/vtk-9.1.0-r6.ebuild
@@ -8,7 +8,7 @@ EAPI=8
# properly before building.
# - replace usex by usev once we bump to EAPI 8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_10 )
WEBAPP_OPTIONAL=yes
WEBAPP_MANUAL_SLOT=yes