From: Michał Górny Date: Mon, 10 Feb 2020 11:38:45 +0000 (+0100) Subject: dev-tcltk/tclpython: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb5dfd1f3b4c87354692cb6f8fa6530c0d23b77c;p=gentoo.git dev-tcltk/tclpython: Remove py2 Signed-off-by: Michał Górny --- 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