Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/
Date: Fri, 02 Nov 2018 21:37:44
Message-Id: 1541194643.0383aa101e153248587ba97c7871d1fd7fe511b8.monsieurp@gentoo
1 commit: 0383aa101e153248587ba97c7871d1fd7fe511b8
2 Author: Philipp Ammann <philipp.ammann <AT> posteo <DOT> de>
3 AuthorDate: Sat Oct 20 10:44:10 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 21:37:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0383aa10
7
8 dev-java/java-config: PYTHON_COMPAT+="python3_7".
9
10 Signed-off-by: Philipp Ammann <philipp.ammann <AT> posteo.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Closes: https://github.com/gentoo/gentoo/pull/10184
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-java/java-config/java-config-2.2.0-r4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 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
19 index 2d0a0865806..6cec0799a1c 100644
20 --- a/dev-java/java-config/java-config-2.2.0-r4.ebuild
21 +++ b/dev-java/java-config/java-config-2.2.0-r4.ebuild
22 @@ -1,10 +1,10 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 # jython depends on java-config, so don't add it or things will break
30 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
31 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
32
33 inherit distutils-r1