commit:     cbadb28169dcfdf182f721fba55ac2d51dbc4f1b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 16:45:37 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 16:58:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbadb281

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 <mgorny <AT> gentoo.org>

 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 1a8fb3dba12..98701670a2b 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
 

Reply via email to