Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/
Date: Fri, 05 May 2017 15:28:43
Message-Id: 1493998097.d6f9a14791765373a4deddf75565c8d693dc1a2f.mrueg@gentoo
1 commit: d6f9a14791765373a4deddf75565c8d693dc1a2f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 15:28:17 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 15:28:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f9a147
7
8 dev-java/java-config: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-java/java-config/java-config-2.2.0-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/java-config/java-config-2.2.0-r3.ebuild b/dev-java/java-config/java-config-2.2.0-r3.ebuild
16 index 26e42c7326c..983ce2cb9f3 100644
17 --- a/dev-java/java-config/java-config-2.2.0-r3.ebuild
18 +++ b/dev-java/java-config/java-config-2.2.0-r3.ebuild
19 @@ -1,10 +1,10 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="6"
24 +EAPI=6
25
26 # jython depends on java-config, so don't add it or things will break
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29
30 inherit distutils-r1