diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-11 02:28:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-11 02:28:08 +0000 |
commit | 431d743a048aaf388fcc4bef8cce3c2af2d5e366 (patch) | |
tree | e4ec46304e4eea842ce209ce98d94bccad30e7c4 /dev-python | |
parent | Add bug number for last commit. (diff) | |
download | gentoo-2-431d743a048aaf388fcc4bef8cce3c2af2d5e366.tar.gz gentoo-2-431d743a048aaf388fcc4bef8cce3c2af2d5e366.tar.bz2 gentoo-2-431d743a048aaf388fcc4bef8cce3c2af2d5e366.zip |
whitespace
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ipython/ipython-0.12-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-0.12-r1.ebuild b/dev-python/ipython/ipython-0.12-r1.ebuild index 0be542e336c8..eeec9fb963ba 100644 --- a/dev-python/ipython/ipython-0.12-r1.ebuild +++ b/dev-python/ipython/ipython-0.12-r1.ebuild @@ -1,6 +1,6 @@ # 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.1 2012/01/10 22:14:58 bicatali Exp $ +# $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 $ EAPI=4 @@ -22,7 +22,6 @@ KEYWORDS="~amd64 ~x86" IUSE="doc emacs examples matplotlib mongodb notebook readline +smp qt4 sqlite test wxwidgets" - CDEPEND="dev-python/decorator || ( dev-python/argparse =dev-lang/python-2.7* >=dev-lang/python-3.2 ) dev-python/pexpect |