diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 15:07:59 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 15:14:08 +0200 |
commit | 59a41c559ba2cb5cfaa253158dda88881416f2dc (patch) | |
tree | 4093c97d76849e0bba56130d4e8708c512decf15 /dev-python/hglib | |
parent | dev-python/gwcs: Support python3.6 (diff) | |
download | gentoo-59a41c559ba2cb5cfaa253158dda88881416f2dc.tar.gz gentoo-59a41c559ba2cb5cfaa253158dda88881416f2dc.tar.bz2 gentoo-59a41c559ba2cb5cfaa253158dda88881416f2dc.zip |
dev-python/hglib: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/hglib')
-rw-r--r-- | dev-python/hglib/hglib-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hglib/hglib-2.1.ebuild b/dev-python/hglib/hglib-2.1.ebuild index ebe995c339f8..b2b3105058e9 100644 --- a/dev-python/hglib/hglib-2.1.ebuild +++ b/dev-python/hglib/hglib-2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) PYTHON_REQ_USE="threads(+)" MY_P=python-${P} |