Skip to content

Commit

Permalink
dev-java/java-config: PYTHON_COMPAT+="python3_7".
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Ammann <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: gentoo#10184
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
trilean authored and monsieurp committed Nov 2, 2018
1 parent 652d080 commit 0383aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-java/java-config/java-config-2.2.0-r4.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0383aa1

Please sign in to comment.