diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-10-28 20:49:32 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-10-28 20:50:37 -0600 |
commit | c46fcb48877edbe54f2e69795456ded6ecb4d9b9 (patch) | |
tree | 6b214a50a01f5580959674aee8ef8f124471af57 /app-misc/terminal-colors | |
parent | dev-java/icedtea: drop vulnerable (diff) | |
download | gentoo-c46fcb48877edbe54f2e69795456ded6ecb4d9b9.tar.gz gentoo-c46fcb48877edbe54f2e69795456ded6ecb4d9b9.tar.bz2 gentoo-c46fcb48877edbe54f2e69795456ded6ecb4d9b9.zip |
app-misc/terminal-colors: add py39 support
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-misc/terminal-colors')
-rw-r--r-- | app-misc/terminal-colors/terminal-colors-2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild b/app-misc/terminal-colors/terminal-colors-2.3.ebuild index f95b7dd4318d..ae50b2283c6a 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{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="ncurses" inherit python-r1 |