summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-02 08:01:03 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-02 08:01:03 +0000
commit2faacce87bb2bb88e7ab375647be416a2f19c034 (patch)
treeb1c27bb780bb11d195a07878f4632a76c15944b1 /dev-python
parentEnable multilib support and sync the live ebuild. https://github.com/gentoo/g... (diff)
downloadgentoo-2-2faacce87bb2bb88e7ab375647be416a2f19c034.tar.gz
gentoo-2-2faacce87bb2bb88e7ab375647be416a2f19c034.tar.bz2
gentoo-2-2faacce87bb2bb88e7ab375647be416a2f19c034.zip
Fix Version of pyzmq in deps; thanks Marius Brehler for the work https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/138
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ipython/ChangeLog6
-rw-r--r--dev-python/ipython/ipython-3.1.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 5dc30f15be90..ea22d3f68139 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.171 2015/05/20 04:03:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.172 2015/06/02 08:01:03 jlec Exp $
+
+ 02 Jun 2015; Justin Lecher <jlec@gentoo.org> ipython-3.1.0.ebuild:
+ Fix Version of pyzmq in deps; thanks Marius Brehler for the work
+ https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/138
20 May 2015; Jeroen Roovers <jer@gentoo.org> ipython-3.0.0.ebuild,
ipython-3.1.0.ebuild:
diff --git a/dev-python/ipython/ipython-3.1.0.ebuild b/dev-python/ipython/ipython-3.1.0.ebuild
index 44e77a5cdba3..e0efe9375f48 100644
--- a/dev-python/ipython/ipython-3.1.0.ebuild
+++ b/dev-python/ipython/ipython-3.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild,v 1.3 2015/05/20 04:03:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild,v 1.4 2015/06/02 08:01:03 jlec Exp $
EAPI=5
@@ -39,7 +39,7 @@ RDEPEND="${CDEPEND}
dev-python/jsonschema[${PYTHON_USEDEP}]
>=dev-python/mistune-0.5[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
- >=dev-python/pyzmq-2.1.11[${PYTHON_USEDEP}]
+ >=dev-python/pyzmq-13[${PYTHON_USEDEP}]
>=dev-python/terminado-0.3.3[${PYTHON_USEDEP}]
>=www-servers/tornado-3.1[${PYTHON_USEDEP}]
)