projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f15c76
)
virtual/python-funcsigs: Enable py3.8
author
Michał Górny
<mgorny@gentoo.org>
Wed, 13 Nov 2019 09:42:34 +0000
(10:42 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 13 Nov 2019 10:42:35 +0000
(11:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
patch
|
blob
|
history
diff --git
a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
index b6aa912e0ce501887ddc19744484ba2cfc093427..0104a230fbbbd55250f3c148a994f061936387b9 100644
(file)
--- a/
virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
+++ b/
virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7
,8
} pypy pypy3 )
inherit python-r1