commit: 07aea8845afbf068be3a1a2bc4399220ee32c266 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Fri Apr 24 16:40:28 2020 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Apr 24 16:40:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07aea884
app-misc/tmux2html: add py3.7 + py3.8 support. Closes: https://bugs.gentoo.org/718236 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-misc/tmux2html/tmux2html-0.1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/app-misc/tmux2html/tmux2html-0.1.11.ebuild index 3cd5bc24938..88046de7392 100644 --- a/app-misc/tmux2html/tmux2html-0.1.11.ebuild +++ b/app-misc/tmux2html/tmux2html-0.1.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1
