diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 22:38:12 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 22:38:12 -0500 |
commit | b3f8f30a56f6b0f7a22f321cf42592c8b671485a (patch) | |
tree | f00ccf6ccced842044cdc0515534d43607622b12 /dev-python/python-editor | |
parent | dev-python/oslo-concurrency: bup for mitaka (diff) | |
download | gentoo-b3f8f30a56f6b0f7a22f321cf42592c8b671485a.tar.gz gentoo-b3f8f30a56f6b0f7a22f321cf42592c8b671485a.tar.bz2 gentoo-b3f8f30a56f6b0f7a22f321cf42592c8b671485a.zip |
dev-python/python-editor: add py33 support
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/python-editor')
-rw-r--r-- | dev-python/python-editor/python-editor-0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-editor/python-editor-0.4.ebuild b/dev-python/python-editor/python-editor-0.4.ebuild index 91fb831aef39..2db4b77caeeb 100644 --- a/dev-python/python-editor/python-editor-0.4.ebuild +++ b/dev-python/python-editor/python-editor-0.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) inherit distutils-r1 |