diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-03-12 11:00:33 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-03-12 11:01:23 +0100 |
commit | ca39face178dbb37cf001b03a1783938181793ce (patch) | |
tree | 13983bc0a3d9091bb5877d0c41bc303e0e8ae666 /dev-python/python-editor | |
parent | app-admin/supervisor: Bump (diff) | |
download | gentoo-ca39face178dbb37cf001b03a1783938181793ce.tar.gz gentoo-ca39face178dbb37cf001b03a1783938181793ce.tar.bz2 gentoo-ca39face178dbb37cf001b03a1783938181793ce.zip |
dev-python/python-editor: Add py35
Package-Manager: portage-2.2.28
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 1a8453d56e11..91fb831aef39 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 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1 |