dev-python/pychroot: re-add py36/py37 support

Technically no code in this release requires py38 so provide
backwards-compat for now.

Signed-off-by: Tim Harder <radhermit@gentoo.org>
This commit is contained in:
Tim Harder
2020-12-23 13:50:15 -07:00
parent 9a1dea3405
commit 95bcf01828

View File

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