From cbadb28169dcfdf182f721fba55ac2d51dbc4f1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 7 Dec 2019 17:45:37 +0100 Subject: [PATCH] dev-libs/newt: Remove py3.7&3.8 as they're broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- dev-libs/newt/newt-0.52.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2