summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-04-24 18:40:28 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-04-24 18:40:36 +0200
commit07aea8845afbf068be3a1a2bc4399220ee32c266 (patch)
tree27719355504967210ae9d105b42ff412e0e126b2 /app-misc/tmux2html
parentdev-python/paste: keyworded 3.2.3 for hppa (diff)
downloadgentoo-07aea8845afbf068be3a1a2bc4399220ee32c266.tar.gz
gentoo-07aea8845afbf068be3a1a2bc4399220ee32c266.tar.bz2
gentoo-07aea8845afbf068be3a1a2bc4399220ee32c266.zip
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@gentoo.org>
Diffstat (limited to 'app-misc/tmux2html')
-rw-r--r--app-misc/tmux2html/tmux2html-0.1.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
index 3cd5bc249389..88046de7392d 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