summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 12:38:45 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 12:54:07 +0100
commiteb5dfd1f3b4c87354692cb6f8fa6530c0d23b77c (patch)
tree5e1e07d6e329042451e87aa6ca5fdc4a372b2117 /dev-tcltk
parentdev-tcltk/tclpython: Remove old (py2) (diff)
downloadgentoo-eb5dfd1f3b4c87354692cb6f8fa6530c0d23b77c.tar.gz
gentoo-eb5dfd1f3b4c87354692cb6f8fa6530c0d23b77c.tar.bz2
gentoo-eb5dfd1f3b4c87354692cb6f8fa6530c0d23b77c.zip
dev-tcltk/tclpython: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tclpython/tclpython-4.1-r6.ebuild2
-rw-r--r--dev-tcltk/tclpython/tclpython-5.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild b/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild
index 3c865021275b..e6896c3a0158 100644
--- a/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild
+++ b/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit eutils multilib python-single-r1 toolchain-funcs
diff --git a/dev-tcltk/tclpython/tclpython-5.0.ebuild b/dev-tcltk/tclpython/tclpython-5.0.ebuild
index 484457e30484..92786421ee10 100644
--- a/dev-tcltk/tclpython/tclpython-5.0.ebuild
+++ b/dev-tcltk/tclpython/tclpython-5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit multilib python-single-r1 toolchain-funcs