From 457707807c8f403e9cbf72cc968f3f68e1639003 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 9 May 2020 12:02:58 +0200 Subject: dev-python/thrift: add python-3.{7,8} support Closes: https://bugs.gentoo.org/719588 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen --- dev-python/thrift/thrift-0.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/thrift/thrift-0.11.0.ebuild b/dev-python/thrift/thrift-0.11.0.ebuild index 8d1092062ecd..cf8de9c0a746 100644 --- a/dev-python/thrift/thrift-0.11.0.ebuild +++ b/dev-python/thrift/thrift-0.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad