dev-python/hgdistver: Add python3_5 target

This commit is contained in:
Sean Vig
2015-10-14 10:17:24 -05:00
parent 2281a17407
commit 8edd0772f4

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy pypy3 )
inherit distutils-r1