Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux2html/
Date: Fri, 24 Apr 2020 16:44:25
Message-Id: 1587746436.07aea8845afbf068be3a1a2bc4399220ee32c266.monsieurp@gentoo
1 commit: 07aea8845afbf068be3a1a2bc4399220ee32c266
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 16:40:28 2020 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 16:40:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07aea884
7
8 app-misc/tmux2html: add py3.7 + py3.8 support.
9
10 Closes: https://bugs.gentoo.org/718236
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-misc/tmux2html/tmux2html-0.1.11.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
18 index 3cd5bc24938..88046de7392 100644
19 --- a/app-misc/tmux2html/tmux2html-0.1.11.ebuild
20 +++ b/app-misc/tmux2html/tmux2html-0.1.11.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_6 )
26 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
27
28 inherit distutils-r1