diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:06:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:10:16 +0100 |
commit | bc7e0abcdeb70e6c1430456d90003076434bcbc7 (patch) | |
tree | 2048870ba42fc2d10efe435af8a313851e0c1b70 /sci-libs/vtk | |
parent | dev-util/buildbot: Remove py2 (diff) | |
download | gentoo-bc7e0abcdeb70e6c1430456d90003076434bcbc7.tar.gz gentoo-bc7e0abcdeb70e6c1430456d90003076434bcbc7.tar.bz2 gentoo-bc7e0abcdeb70e6c1430456d90003076434bcbc7.zip |
sci-libs/vtk: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/vtk-8.1.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/vtk/vtk-8.1.0-r3.ebuild b/sci-libs/vtk/vtk-8.1.0-r3.ebuild index c5b14166c04e..c2a250417f9e 100644 --- a/sci-libs/vtk/vtk-8.1.0-r3.ebuild +++ b/sci-libs/vtk/vtk-8.1.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) WEBAPP_OPTIONAL=yes WEBAPP_MANUAL_SLOT=yes |