From 4089ec1940d2c2d57ee7076ee3016aa3416ce8cc Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 2 May 2023 14:21:10 +0200 Subject: sci-libs/vtk: disable py3.9 Signed-off-by: Andrew Ammerlaan --- sci-libs/vtk/vtk-9.1.0-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs') 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 -- cgit v1.2.3-65-gdbad