app-misc/tmux2html: add py3.7 + py3.8 support.
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 24 Apr 2020 16:40:28 +0000 (18:40 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 24 Apr 2020 16:40:36 +0000 (18:40 +0200)
Closes: https://bugs.gentoo.org/718236
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-misc/tmux2html/tmux2html-0.1.11.ebuild

index 3cd5bc2493895569d92b5e8029556499d62675fb..88046de7392dc9f82d98bd9d05f16d64b1c8e43c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1