commit: dc32a1f43bb1a61368db491adeee8c04c94a15f6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 09:42:34 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 10:42:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc32a1f4
virtual/python-funcsigs: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-funcsigs/python-funcsigs-2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
index b6aa912e0ce..0104a230fbb 100644
--- 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