Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/
Date: Mon, 24 Aug 2020 22:34:03
Message-Id: 1598308379.6ace67268ae60cc8b243811d923adca80d3b9d29.conikost@gentoo
1 commit: 6ace67268ae60cc8b243811d923adca80d3b9d29
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 21:40:31 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 22:32:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ace6726
7
8 net-im/transwhat: add python3.9 support
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-im/transwhat/transwhat-0.2.2_p20190426.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
17 index 0ca8ec67f7a..52606932153 100644
18 --- a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
19 +++ b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS="bdepend"
23 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
24 -PYTHON_COMPAT=( python3_{6,7,8} )
25 +PYTHON_COMPAT=( python3_{6..9} )
26
27 inherit distutils-r1