dev-java/java-config: PYTHON_COMPAT+="python3_7".

Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10184
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Philipp Ammann
2018-10-20 10:44:10 +00:00
committed by Patrice Clement
parent 652d080eb5
commit 0383aa101e

View File

@@ -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