dev-python/jpype: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:35:56 +0000 (16:35 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:37:08 +0000 (16:37 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/jpype/jpype-0.6.2.ebuild

index f8dfefc0dd2282416b3db1e0c075c5cae04663d7..c49326a2116ebd50652ebbca38ac7959e77f50aa 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit java-pkg-2 distutils-r1