diff options
author | 2013-09-12 22:32:29 +0000 | |
---|---|---|
committer | 2013-09-12 22:32:29 +0000 | |
commit | f73a409b95717ba06e7a30645b10cce419a6f6c9 (patch) | |
tree | db38b9a7b30e0dafdbc02969905432e8f213955e /dev-python/ipython/ipython-0.12-r1.ebuild | |
parent | Mask virtual/pyparsing for removal since we no longer support split pyparsing... (diff) | |
download | historical-f73a409b95717ba06e7a30645b10cce419a6f6c9.tar.gz historical-f73a409b95717ba06e7a30645b10cce419a6f6c9.tar.bz2 historical-f73a409b95717ba06e7a30645b10cce419a6f6c9.zip |
Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions were removed and all in-tree versions support all impls now.
Package-Manager: portage-2.2.3/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-python/ipython/ipython-0.12-r1.ebuild')
-rw-r--r-- | dev-python/ipython/ipython-0.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-0.12-r1.ebuild b/dev-python/ipython/ipython-0.12-r1.ebuild index 08b60dc3eec9..80e92bd065c2 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-2013 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.8 2013/08/27 20:00:41 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild,v 1.9 2013/09/12 22:29:31 mgorny Exp $ EAPI=4 @@ -24,7 +24,7 @@ IUSE="doc emacs examples matplotlib mongodb notebook +smp qt4 test wxwidgets" CDEPEND="dev-python/decorator dev-python/pexpect - virtual/pyparsing + dev-python/pyparsing dev-python/simplegeneric virtual/python-argparse emacs? ( app-emacs/python-mode virtual/emacs ) |