summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 21:21:05 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 21:32:49 +0100
commit0217516844175269052e8585b55b9aa298c5e92c (patch)
tree3cf973fbadf00b708501b540ec4f917433eac303 /app-misc/terminal-colors
parentapp-misc/grc: Remove py2 (diff)
downloadgentoo-0217516844175269052e8585b55b9aa298c5e92c.tar.gz
gentoo-0217516844175269052e8585b55b9aa298c5e92c.tar.bz2
gentoo-0217516844175269052e8585b55b9aa298c5e92c.zip
app-misc/terminal-colors: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/terminal-colors')
-rw-r--r--app-misc/terminal-colors/terminal-colors-2.2.ebuild2
-rw-r--r--app-misc/terminal-colors/terminal-colors-2.3.ebuild2
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 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