projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a751ca
)
dev-libs/newt: Remove py3.7&3.8 as they're broken
author
Michał Górny
<mgorny@gentoo.org>
Sat, 7 Dec 2019 16:45:37 +0000
(17:45 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 7 Dec 2019 16:58:53 +0000
(17:58 +0100)
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@gentoo.org>
dev-libs/newt/newt-0.52.21.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/newt/newt-0.52.21.ebuild
b/dev-libs/newt/newt-0.52.21.ebuild
index 1a8fb3dba12508fe44a1c8ca3cc6c5d9b6313007..98701670a2b49abbd798740dffea2eb834388187 100644
(file)
--- 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