commit:     96ed940db8028ce80a3a80629921807337ad74e1
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Sep  2 08:01:31 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 08:01:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=96ed940d

dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets

Package-Manager: portage-2.2.20.1

 dev-python/ipython/ChangeLog               | 4 ++++
 dev-python/ipython/ipython-4.0.0-r1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 66d2f0a..fa0379b 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  02 Sep 2015; Marius Brehler <[email protected]>
+  ipython-4.0.0-r1.ebuild:
+  dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets
+
   01 Sep 2015; Sean Vig <[email protected]>
   dev-python/ipython: remove mathjax references
 

diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild 
b/dev-python/ipython/ipython-4.0.0-r1.ebuild
index 8b90505..535df00 100644
--- a/dev-python/ipython/ipython-4.0.0-r1.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -20,7 +20,8 @@ IUSE="doc examples matplotlib mongodb notebook nbconvert qt4 
+smp test wxwidgets
 
 REQUIRED_USE="
        test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets )
-       doc? ( mongodb )"
+       doc? ( mongodb )
+       notebook? ( wxwidgets )"
 
 CDEPEND="
        dev-python/decorator[${PYTHON_USEDEP}]
@@ -38,7 +39,6 @@ CDEPEND="
 RDEPEND="${CDEPEND}
        notebook? (
                dev-python/notebook[${PYTHON_USEDEP}]
-               dev-python/ipywidgets[${PYTHON_USEDEP}]
        )
        nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
        qt4? ( dev-python/qtconsole )"

Reply via email to