diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2022-04-06 19:28:44 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2022-04-06 19:29:59 +0200 |
commit | 59445f0f4102464a72da7947dbdc1b0a314114ba (patch) | |
tree | 8c8f87f95628b1081c629fc48a4cd17beecc11b8 /sci-libs | |
parent | dev-python/pivy: 0.6.6-r1: add Python 3.10 support. (diff) | |
download | gentoo-59445f0f4102464a72da7947dbdc1b0a314114ba.tar.gz gentoo-59445f0f4102464a72da7947dbdc1b0a314114ba.tar.bz2 gentoo-59445f0f4102464a72da7947dbdc1b0a314114ba.zip |
sci-libs/vtk: 9.0.3-r4: Python 3.10 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/vtk-9.0.3-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/vtk/vtk-9.0.3-r4.ebuild b/sci-libs/vtk/vtk-9.0.3-r4.ebuild index 0e926465c515..0848a5f8b4e5 100644 --- a/sci-libs/vtk/vtk-9.0.3-r4.ebuild +++ b/sci-libs/vtk/vtk-9.0.3-r4.ebuild @@ -7,7 +7,7 @@ EAPI=7 # - add USE flag for remote modules? Those modules can be downloaded # properly before building. -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) WEBAPP_OPTIONAL=yes WEBAPP_MANUAL_SLOT=yes |