diff options
author | 2016-03-25 20:54:41 -0500 | |
---|---|---|
committer | 2016-03-25 20:54:41 -0500 | |
commit | 60e68a6dabe2db50c37deff5be553654f9cf67ee (patch) | |
tree | 002d80e72865919ac9acd7e438222d4d3d8beaac /dev-python/cmd2 | |
parent | dev-python/neutron-lib: adding for mitaka (diff) | |
download | gentoo-60e68a6dabe2db50c37deff5be553654f9cf67ee.tar.gz gentoo-60e68a6dabe2db50c37deff5be553654f9cf67ee.tar.bz2 gentoo-60e68a6dabe2db50c37deff5be553654f9cf67ee.zip |
dev-python/cmd2: add py35 support
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/cmd2')
-rw-r--r-- | dev-python/cmd2/cmd2-0.6.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cmd2/cmd2-0.6.7.ebuild b/dev-python/cmd2/cmd2-0.6.7.ebuild index 700dac6b3cea..a2c1464694f0 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 |