From 0383aa101e153248587ba97c7871d1fd7fe511b8 Mon Sep 17 00:00:00 2001 From: Philipp Ammann Date: Sat, 20 Oct 2018 10:44:10 +0000 Subject: [PATCH] dev-java/java-config: PYTHON_COMPAT+="python3_7". Signed-off-by: Philipp Ammann Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10184 Signed-off-by: Patrice Clement --- dev-java/java-config/java-config-2.2.0-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 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 2d0a08658067a..6cec0799a1cff 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 @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 # jython depends on java-config, so don't add it or things will break -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1