diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-29 20:30:38 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-29 20:31:10 +0200 |
commit | adc7ec8ea7b65cf85514eefe8a8ef5172e337005 (patch) | |
tree | c76d950e785faa90213659c114172c731ceb967e /dev-java | |
parent | app-metrics/collectd: bump to v5.11.0 (diff) | |
download | gentoo-adc7ec8ea7b65cf85514eefe8a8ef5172e337005.tar.gz gentoo-adc7ec8ea7b65cf85514eefe8a8ef5172e337005.tar.bz2 gentoo-adc7ec8ea7b65cf85514eefe8a8ef5172e337005.zip |
Revert "dev-java/java-config: Python 3.8 compatibility"
This reverts commit 5d50d82c6407fe431c069494b8e4b788e5013c88.
Bug: https://bugs.gentoo.org/719204
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/java-config/java-config-2.2.0-r4.ebuild | 2 |
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 725ac6dc0e56..2913a8f7f682 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,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |