Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/thrift/
Date: Sat, 09 May 2020 10:03:17
Message-Id: 1589018578.457707807c8f403e9cbf72cc968f3f68e1639003.grobian@gentoo
1 commit: 457707807c8f403e9cbf72cc968f3f68e1639003
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 10:02:58 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 10:02:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45770780
7
8 dev-python/thrift: add python-3.{7,8} support
9
10 Closes: https://bugs.gentoo.org/719588
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 dev-python/thrift/thrift-0.11.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/thrift/thrift-0.11.0.ebuild b/dev-python/thrift/thrift-0.11.0.ebuild
18 index 8d1092062ec..cf8de9c0a74 100644
19 --- a/dev-python/thrift/thrift-0.11.0.ebuild
20 +++ b/dev-python/thrift/thrift-0.11.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python3_6 )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27
28 inherit distutils-r1