diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 21:32:37 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:32:16 +0200 |
commit | c03f22acbb5d7b8707317ec919ffd1c8080415e0 (patch) | |
tree | dc734c923edf225d9bf8dfa3edd84a9c771e45d3 /dev-lang | |
parent | sys-cluster/kube-controller-manager: Version bump to 1.10.5 (diff) | |
download | gentoo-c03f22acbb5d7b8707317ec919ffd1c8080415e0.tar.gz gentoo-c03f22acbb5d7b8707317ec919ffd1c8080415e0.tar.bz2 gentoo-c03f22acbb5d7b8707317ec919ffd1c8080415e0.zip |
dev-lang/hy: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/hy/hy-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/hy/hy-0.14.0.ebuild b/dev-lang/hy/hy-0.14.0.ebuild index 7cfd04466eba..0d11fe04da02 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" |