From: Pacho Ramos Date: Thu, 28 Jun 2018 19:09:17 +0000 (+0200) Subject: dev-python/jpype: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4a94712a69fd8e6771135fe46b4b84555024fb88;p=gentoo.git dev-python/jpype: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/dev-python/jpype/jpype-0.6.3.ebuild b/dev-python/jpype/jpype-0.6.3.ebuild index 4b7d9123cd1d..1200d253b83d 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