projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c429ed7
)
dev-python/snakeoil: Enable py3.8
author
Michał Górny
<mgorny@gentoo.org>
Wed, 20 Nov 2019 11:24:43 +0000
(12:24 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 20 Nov 2019 11:55:06 +0000
(12:55 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/snakeoil/snakeoil-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/snakeoil/snakeoil-9999.ebuild
b/dev-python/snakeoil/snakeoil-9999.ebuild
index d374c3dffd90c41a9c3ce1ec6803fec155a780b7..e073443aa4a6a3436190f13681f0fb6887cdb0b0 100644
(file)
--- a/
dev-python/snakeoil/snakeoil-9999.ebuild
+++ b/
dev-python/snakeoil/snakeoil-9999.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7
,8
} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1