dev-python/pychroot: drop py35 support

Signed-off-by: Tim Harder <radhermit@gentoo.org>
This commit is contained in:
Tim Harder
2019-07-17 22:43:53 -06:00
parent a126338a29
commit ad63e43aca

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
if [[ ${PV} == *9999 ]] ; then