diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-06-27 06:51:20 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-06-27 06:51:20 +0000 |
commit | 457dd604278f07ef4f7c139c1bdbe54503b4892a (patch) | |
tree | afbefef21b9734df118e704a9e73400704daae1d /dev-python/ipython/ipython-0.12-r1.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-457dd604278f07ef4f7c139c1bdbe54503b4892a.tar.gz gentoo-2-457dd604278f07ef4f7c139c1bdbe54503b4892a.tar.bz2 gentoo-2-457dd604278f07ef4f7c139c1bdbe54503b4892a.zip |
Add missing PYTHON_DEPEND, use proper PYTHON_USE_WITH wrt #423647 by Paweł Rumian <gorkypl@gmail.com>
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ipython/ipython-0.12-r1.ebuild')
-rw-r--r-- | dev-python/ipython/ipython-0.12-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/ipython/ipython-0.12-r1.ebuild b/dev-python/ipython/ipython-0.12-r1.ebuild index eeec9fb963ba..6fef6565e695 100644 --- a/dev-python/ipython/ipython-0.12-r1.ebuild +++ b/dev-python/ipython/ipython-0.12-r1.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild,v 1.2 2012/01/11 02:28:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild,v 1.3 2012/06/27 06:51:20 xarthisius Exp $ EAPI=4 # python eclass cruft -PYTHON_USE_DEPEND="readline? sqlite?" +PYTHON_DEPEND="*:2.6" +PYTHON_USE_WITH="readline? sqlite?" PYTHON_MODNAME="IPython" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45]" +RESTRICT_PYTHON_ABIS="2.5" inherit distutils elisp-common eutils virtualx |