diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:29:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:38:06 +0100 |
commit | 3d5a1c0b05a737aac948b99a187d0c5cc92ad9ae (patch) | |
tree | c89cb0b829e392723b6f29d2a74d5c66d2e378a6 /app-misc | |
parent | app-misc/ranger: Remove py2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |