dev-python/cmd2: add py35 support

Package-Manager: portage-2.2.26
This commit is contained in:
Matthew Thode
2016-03-25 20:54:41 -05:00
parent 36c5620392
commit 60e68a6dab

View File

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