From: Michał Górny Date: Mon, 10 Feb 2020 20:21:05 +0000 (+0100) Subject: app-misc/terminal-colors: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0217516844175269052e8585b55b9aa298c5e92c;p=gentoo.git app-misc/terminal-colors: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild b/app-misc/terminal-colors/terminal-colors-2.2.ebuild index f4be1a1c37ab..daefcc9ab054 100644 --- a/app-misc/terminal-colors/terminal-colors-2.2.ebuild +++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="ncurses" inherit python-r1 diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild b/app-misc/terminal-colors/terminal-colors-2.3.ebuild index 9da28944a841..6f81a6cee7f0 100644 --- a/app-misc/terminal-colors/terminal-colors-2.3.ebuild +++ b/app-misc/terminal-colors/terminal-colors-2.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="ncurses" inherit python-r1