dev-lang/hy: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 19:32:37 +0000 (21:32 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:32:16 +0000 (22:32 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-lang/hy/hy-0.14.0.ebuild

index 7cfd04466eba6fc383e6f10a07cbf41bf5c85cd2..0d11fe04da02f4c346e3ba2b46b7290caa961986 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=5
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"