dev-java/java-config: add python3_9 to PYTHON_COMPAT.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Patrice Clement
2020-11-05 23:41:34 +01:00
parent 4b8e78d920
commit 5b75eebb65

View File

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