diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-21 08:56:41 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | ffa35ae5bf936766ee2a692687090d15e65bb718 (patch) | |
tree | adeca6a7ddb22cef7dcc5f36ca555a12c957198a /dev-python/ipython | |
parent | virtual/python-singledispatch: Add python3.5 support (diff) | |
download | gentoo-ffa35ae5bf936766ee2a692687090d15e65bb718.tar.gz gentoo-ffa35ae5bf936766ee2a692687090d15e65bb718.tar.bz2 gentoo-ffa35ae5bf936766ee2a692687090d15e65bb718.zip |
dev-python/ipython: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-3.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-3.2.1-r1.ebuild b/dev-python/ipython/ipython-3.2.1-r1.ebuild index 6d8bee19de99..6083e1c08892 100644 --- a/dev-python/ipython/ipython-3.2.1-r1.ebuild +++ b/dev-python/ipython/ipython-3.2.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) PYTHON_REQ_USE='readline,sqlite' inherit distutils-r1 eutils virtualx |