diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-08-25 18:19:56 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-08-25 18:19:56 -0400 |
commit | f57476217244dae95b30d8bbd4163ca6595c334b (patch) | |
tree | a7eb90e1dff0bb720dc9c8f13e60cd93661c12f8 /dev-python/ipython | |
parent | cleanup of liberty tags in openstack (diff) | |
download | gentoo-f57476217244dae95b30d8bbd4163ca6595c334b.tar.gz gentoo-f57476217244dae95b30d8bbd4163ca6595c334b.tar.bz2 gentoo-f57476217244dae95b30d8bbd4163ca6595c334b.zip |
dev-python/ipython: restore python 3.3
Package-Manager: portage-2.3.0_p22
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-5.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-5.1.0.ebuild b/dev-python/ipython/ipython-5.1.0.ebuild index aa838af74bf3..2de1c84e4547 100644 --- a/dev-python/ipython/ipython-5.1.0.ebuild +++ b/dev-python/ipython/ipython-5.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) PYTHON_REQ_USE='readline,sqlite,threads(+)' inherit distutils-r1 eutils |