dev-java/java-config: Python 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sat, 18 Apr 2020 02:51:50 +0000 (22:51 -0400)
committerCraig Andrews <candrews@gentoo.org>
Sat, 18 Apr 2020 02:51:50 +0000 (22:51 -0400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-java/java-config/java-config-2.2.0-r4.ebuild

index 2913a8f7f682056068a43555c34f3121ac79650b..725ac6dc0e56c947cc975ba983b8abfe1c1c672f 100644 (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