commit: 930864ed8671e3d7497ebdcf5d74f9e14995bda6
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Mon Feb 15 08:36:31 2021 +0000
Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Mon Feb 15 08:36:31 2021 +0000
URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=930864ed
dev-java/java-config: Sync PYTHON_COMPAT with ::gentoo
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
dev-java/java-config/java-config-2.2.9999.ebuild | 4 ++--
dev-java/java-config/java-config-2.9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-java/java-config/java-config-2.2.9999.ebuild
b/dev-java/java-config/java-config-2.2.9999.ebuild
index a67a2db1..1a707072 100644
--- a/dev-java/java-config/java-config-2.2.9999.ebuild
+++ b/dev-java/java-config/java-config-2.2.9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
# jython depends on java-config, so don't add it or things will break
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit git-r3 distutils-r1 eutils
diff --git a/dev-java/java-config/java-config-2.9999.ebuild
b/dev-java/java-config/java-config-2.9999.ebuild
index 4556bebf..822beb09 100644
--- a/dev-java/java-config/java-config-2.9999.ebuild
+++ b/dev-java/java-config/java-config-2.9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
# jython depends on java-config, so don't add it or things will break
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit git-r3 distutils-r1 eutils