commit: 60e68a6dabe2db50c37deff5be553654f9cf67ee
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 01:54:41 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 01:54:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e68a6d
dev-python/cmd2: add py35 support
Package-Manager: portage-2.2.26
dev-python/cmd2/cmd2-0.6.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cmd2/cmd2-0.6.7.ebuild
b/dev-python/cmd2/cmd2-0.6.7.ebuild
index 700dac6..a2c1464 100644
--- a/dev-python/cmd2/cmd2-0.6.7.ebuild
+++ b/dev-python/cmd2/cmd2-0.6.7.ebuild
@@ -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