sys-apps/portage: Add Python 3.6 to the supported list

This commit is contained in:
David Michael 2018-06-12 18:36:23 +00:00
parent eb4fb064f6
commit a73b0c22bf

View File

@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( PYTHON_COMPAT=(
pypy pypy
python3_3 python3_4 python3_5 python3_4 python3_5 python3_6
python2_7 python2_7
) )
PYTHON_REQ_USE='bzip2(+)' PYTHON_REQ_USE='bzip2(+)'