diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-05-07 11:50:34 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-07 12:31:41 +0800 |
commit | a304eacf6e52fb889fbf7f940af18138e68f70c6 (patch) | |
tree | d54df7c8c1561fea436a8a2e6c667f4ef111fd99 /dev-python/ipy | |
parent | net-misc/openconnect: Update service scripts to use /sbin/openrc-run (diff) | |
download | gentoo-a304eacf6e52fb889fbf7f940af18138e68f70c6.tar.gz gentoo-a304eacf6e52fb889fbf7f940af18138e68f70c6.tar.bz2 gentoo-a304eacf6e52fb889fbf7f940af18138e68f70c6.zip |
dev-python/ipy: add py3.5 support to vn. 0.83
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/ipy')
-rw-r--r-- | dev-python/ipy/ipy-0.83.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipy/ipy-0.83.ebuild b/dev-python/ipy/ipy-0.83.ebuild index b5c1f0862a72..bef4ee9774bf 100644 --- a/dev-python/ipy/ipy-0.83.ebuild +++ b/dev-python/ipy/ipy-0.83.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 |