diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-02 14:21:10 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-02 14:21:10 +0200 |
commit | 4089ec1940d2c2d57ee7076ee3016aa3416ce8cc (patch) | |
tree | f4163f4851e41157db481655fa43307f146e2ed4 /sci-libs | |
parent | sci-physics/rivet: disable py3.9 (diff) | |
download | sci-4089ec1940d2c2d57ee7076ee3016aa3416ce8cc.tar.gz sci-4089ec1940d2c2d57ee7076ee3016aa3416ce8cc.tar.bz2 sci-4089ec1940d2c2d57ee7076ee3016aa3416ce8cc.zip |
sci-libs/vtk: disable py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/vtk-9.1.0-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |