Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/
Date: Wed, 29 Apr 2020 18:31:33
Message-Id: 1588185070.adc7ec8ea7b65cf85514eefe8a8ef5172e337005.whissi@gentoo
1 commit: adc7ec8ea7b65cf85514eefe8a8ef5172e337005
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 18:30:38 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 18:31:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc7ec8e
7
8 Revert "dev-java/java-config: Python 3.8 compatibility"
9
10 This reverts commit 5d50d82c6407fe431c069494b8e4b788e5013c88.
11
12 Bug: https://bugs.gentoo.org/719204
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 dev-java/java-config/java-config-2.2.0-r4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 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
19 index 725ac6dc0e5..2913a8f7f68 100644
20 --- a/dev-java/java-config/java-config-2.2.0-r4.ebuild
21 +++ b/dev-java/java-config/java-config-2.2.0-r4.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=6
24
25 # jython depends on java-config, so don't add it or things will break
26 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
27 +PYTHON_COMPAT=( python{3_6,3_7} )
28 DISTUTILS_USE_SETUPTOOLS=no
29
30 inherit distutils-r1