commit: c03f22acbb5d7b8707317ec919ffd1c8080415e0
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 19:32:37 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 20:32:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03f22ac
dev-lang/hy: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-lang/hy/hy-0.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/hy/hy-0.14.0.ebuild b/dev-lang/hy/hy-0.14.0.ebuild
index 7cfd04466eb..0d11fe04da0 100644
--- a/dev-lang/hy/hy-0.14.0.ebuild
+++ b/dev-lang/hy/hy-0.14.0.ebuild
@@ -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"