dev-java/java-config: Python 3.8 compatibility

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2020-04-17 22:51:50 -04:00
parent 9fbfd8802c
commit 5d50d82c64

View File

@@ -4,7 +4,7 @@
EAPI=6
# jython depends on java-config, so don't add it or things will break
PYTHON_COMPAT=( python{3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1