summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:29:04 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 12:38:06 +0100
commit3d5a1c0b05a737aac948b99a187d0c5cc92ad9ae (patch)
treec89cb0b829e392723b6f29d2a74d5c66d2e378a6 /app-misc
parentapp-misc/ranger: Remove py2 (diff)
downloadgentoo-3d5a1c0b05a737aac948b99a187d0c5cc92ad9ae.tar.gz
gentoo-3d5a1c0b05a737aac948b99a187d0c5cc92ad9ae.tar.bz2
gentoo-3d5a1c0b05a737aac948b99a187d0c5cc92ad9ae.zip
app-misc/tmux2html: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-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 ee0c7d963a3e..3cd5bc249389 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=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1