commit: 4a94712a69fd8e6771135fe46b4b84555024fb88
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 19:09:17 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 19:17:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a94712a
dev-python/jpype: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/jpype/jpype-0.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jpype/jpype-0.6.3.ebuild
b/dev-python/jpype/jpype-0.6.3.ebuild
index 4b7d9123cd1..1200d253b83 100644
--- a/dev-python/jpype/jpype-0.6.3.ebuild
+++ b/dev-python/jpype/jpype-0.6.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit java-pkg-2 distutils-r1