summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-04-17 22:51:50 -0400
committerCraig Andrews <candrews@gentoo.org>2020-04-17 22:51:50 -0400
commit5d50d82c6407fe431c069494b8e4b788e5013c88 (patch)
treed34af53b355677942f19721fdac2a49de2f8beea /dev-java
parentdev-python/mysqlclient: Python 3.8 compatibility (diff)
downloadgentoo-5d50d82c6407fe431c069494b8e4b788e5013c88.tar.gz
gentoo-5d50d82c6407fe431c069494b8e4b788e5013c88.tar.bz2
gentoo-5d50d82c6407fe431c069494b8e4b788e5013c88.zip
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>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/java-config/java-config-2.2.0-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/java-config/java-config-2.2.0-r4.ebuild b/dev-java/java-config/java-config-2.2.0-r4.ebuild
index 2913a8f7f682..725ac6dc0e56 100644
--- a/dev-java/java-config/java-config-2.2.0-r4.ebuild
+++ b/dev-java/java-config/java-config-2.2.0-r4.ebuild
@@ -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