diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:21:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:32:49 +0100 |
commit | 0217516844175269052e8585b55b9aa298c5e92c (patch) | |
tree | 3cf973fbadf00b708501b540ec4f917433eac303 /app-misc/terminal-colors | |
parent | app-misc/grc: Remove py2 (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |