diff options
-rw-r--r-- | dev-python/ipython/ipython-0.7.2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/ipython/ipython-0.7.2.ebuild b/dev-python/ipython/ipython-0.7.2.ebuild index dc9e25c1aec8..bedd8e1fcaa4 100644 --- a/dev-python/ipython/ipython-0.7.2.ebuild +++ b/dev-python/ipython/ipython-0.7.2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.7.2.ebuild,v 1.1 2006/06/07 16:54:15 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.7.2.ebuild,v 1.2 2006/06/07 17:00:52 pythonhead Exp $ -inherit distutils +NEED_PYTHON=2.3 +inherit distutils DESCRIPTION="An advanced interactive shell for Python." HOMEPAGE="http://ipython.scipy.org/" @@ -14,8 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~s390 ~x86" IUSE="gnuplot" -DEPEND=">=virtual/python-2.3" -RDEPEND="${DEPEND} - gnuplot? ( dev-python/gnuplot-py )" +RDEPEND="gnuplot? ( dev-python/gnuplot-py )" DOCS="doc/ChangeLog" |