diff options
author | Philipp Ammann <philipp.ammann@posteo.de> | 2018-10-20 10:44:10 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-11-02 22:37:23 +0100 |
commit | 0383aa101e153248587ba97c7871d1fd7fe511b8 (patch) | |
tree | 18394c461ddd1998734d287d223a7664c02efe57 /dev-java/java-config | |
parent | profiles: Mask x11-drivers/xf86-input-tslib for removal (diff) | |
download | gentoo-0383aa101e153248587ba97c7871d1fd7fe511b8.tar.gz gentoo-0383aa101e153248587ba97c7871d1fd7fe511b8.tar.bz2 gentoo-0383aa101e153248587ba97c7871d1fd7fe511b8.zip |
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>
Diffstat (limited to 'dev-java/java-config')
-rw-r--r-- | dev-java/java-config/java-config-2.2.0-r4.ebuild | 4 |
1 files 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 2d0a08658067..6cec0799a1cf 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 |