From: Michał Górny Date: Tue, 11 Feb 2020 11:29:04 +0000 (+0100) Subject: app-misc/tmux2html: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d5a1c0b05a737aac948b99a187d0c5cc92ad9ae;p=gentoo.git app-misc/tmux2html: Remove py2 Signed-off-by: Michał Górny --- 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