jlec        15/05/13 15:16:36

  Modified:             ipython-3.1.0.ebuild ChangeLog
  Log:
  Add missing USE dep and PyQt5 support, bug #548440
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.2                  dev-python/ipython/ipython-3.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild?r1=1.1&r2=1.2

Index: ipython-3.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipython-3.1.0.ebuild        4 Apr 2015 18:12:08 -0000       1.1
+++ ipython-3.1.0.ebuild        13 May 2015 15:16:36 -0000      1.2
@@ -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.1 2015/04/04 18:12:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild,v 
1.2 2015/05/13 15:16:36 jlec Exp $
 
 EAPI=5
 
@@ -53,8 +53,9 @@
        )
        qt4? (
                || (
-                       dev-python/PyQt4[${PYTHON_USEDEP}]
-                       dev-python/pyside[${PYTHON_USEDEP}]
+                       dev-python/PyQt4[${PYTHON_USEDEP},svg]
+                       dev-python/PyQt5[${PYTHON_USEDEP},svg]
+                       dev-python/pyside[${PYTHON_USEDEP},svg]
                )
                dev-python/pygments[${PYTHON_USEDEP}]
                >=dev-python/pyzmq-13[${PYTHON_USEDEP}] )"



1.170                dev-python/ipython/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.170&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.170&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.169&r2=1.170

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   7 Apr 2015 14:15:19 -0000       1.169
+++ ChangeLog   13 May 2015 15:16:36 -0000      1.170
@@ -1,6 +1,9 @@
 # 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.169 
2015/04/07 14:15:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.170 
2015/05/13 15:16:36 jlec Exp $
+
+  13 May 2015; Justin Lecher <[email protected]> ipython-3.1.0.ebuild:
+  Add missing USE dep and PyQt5 support, bug #548440
 
 *ipython-3.1.0 (04 Apr 2015)
 




Reply via email to