dev-python/pychroot: add py36 support

This commit is contained in:
Tim Harder
2017-02-26 20:42:04 -05:00
parent 608c5dc1aa
commit 093bde2821

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
if [[ ${PV} == *9999 ]] ; then