dev-python/jpype: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Thu, 28 Jun 2018 19:09:17 +0000 (21:09 +0200)
committerPacho Ramos <pacho@gentoo.org>
Thu, 28 Jun 2018 19:17:56 +0000 (21:17 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/jpype/jpype-0.6.3.ebuild

index 4b7d9123cd1defa4e70faf0ac5d5e653eb8f4b78..1200d253b83df3fa599d1f53ae89952afc4c1df7 100644 (file)
@@ -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