dev-python/backports-abc: Enable python3.5 support

This commit is contained in:
Michał Górny
2016-11-25 16:57:05 +01:00
parent ab5ed9b8c1
commit 739a3b9b9a

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 pypy pypy3 )
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
inherit distutils-r1