commit: 0217516844175269052e8585b55b9aa298c5e92c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 20:21:05 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 20:32:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02175168
app-misc/terminal-colors: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/terminal-colors/terminal-colors-2.2.ebuild | 2 +-
app-misc/terminal-colors/terminal-colors-2.3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild
b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
index f4be1a1c37a..daefcc9ab05 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 9da28944a84..6f81a6cee7f 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