projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c572cf2
)
dev-python/sphinx: Reenable python3_6
author
Michał Górny
<mgorny@gentoo.org>
Mon, 6 Apr 2020 19:05:28 +0000
(21:05 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 6 Apr 2020 19:06:07 +0000
(21:06 +0200)
My mistake, apparently only pypy3 fails tests.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinx/sphinx-3.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/sphinx/sphinx-3.0.0.ebuild
b/dev-python/sphinx/sphinx-3.0.0.ebuild
index b4d0a3217dc185620de7ea1c99cfb091b628e050..c5058d4ee17b250bb88f6dab23dd86b6d7f3b997 100644
(file)
--- a/
dev-python/sphinx/sphinx-3.0.0.ebuild
+++ b/
dev-python/sphinx/sphinx-3.0.0.ebuild
@@
-4,7
+4,7
@@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{
6,
7,8} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1