From: Michał Górny Date: Sat, 7 Dec 2019 16:45:37 +0000 (+0100) Subject: dev-libs/newt: Remove py3.7&3.8 as they're broken X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cbadb28169dcfdf182f721fba55ac2d51dbc4f1b;p=gentoo.git dev-libs/newt: Remove py3.7&3.8 as they're broken The module is installed into incorrect directory when using Python 3.7 and 3.8, which in turn exposes breakage in other packages. Bug: https://bugs.gentoo.org/702016 Signed-off-by: Michał Górny --- diff --git a/dev-libs/newt/newt-0.52.21.ebuild b/dev-libs/newt/newt-0.52.21.ebuild index 1a8fb3dba125..98701670a2b4 100644 --- a/dev-libs/newt/newt-0.52.21.ebuild +++ b/dev-libs/newt/newt-0.52.21.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit python-r1 multilib autotools toolchain-funcs