dev-python/scandir: Support newer python

Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Pacho Ramos
2017-09-25 15:33:56 +02:00
parent 7b2aadb6c6
commit bb019335da

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1