Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/
Date: Thu, 03 Sep 2020 15:49:11
Message-Id: 1599148092.0085bd0408ea277239e7bc2a70973c6f1cd259ca.aballier@gentoo
1 commit: 0085bd0408ea277239e7bc2a70973c6f1cd259ca
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 13:00:43 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 15:48:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0085bd04
7
8 dev-python/pycapnp: add py38/39
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-python/pycapnp/pycapnp-0.6.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pycapnp/pycapnp-0.6.4.ebuild b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
17 index c8e8551a477..3c53d702de3 100644
18 --- a/dev-python/pycapnp/pycapnp-0.6.4.ebuild
19 +++ b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26
27 inherit distutils-r1