From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EEA561399D9 for ; Wed, 2 Sep 2015 09:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69A24142B1; Wed, 2 Sep 2015 09:27:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A174514281 for ; Wed, 2 Sep 2015 09:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF4D833BE05 for ; Wed, 2 Sep 2015 09:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77380164 for ; Wed, 2 Sep 2015 09:27:56 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441180919.96ed940db8028ce80a3a80629921807337ad74e1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipython/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipython/ChangeLog dev-python/ipython/ipython-4.0.0-r1.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 96ed940db8028ce80a3a80629921807337ad74e1 X-VCS-Branch: master Date: Wed, 2 Sep 2015 09:27:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4bf71b1d-54dc-42fd-bda7-f1176dd2364a X-Archives-Hash: 656de89efaa975496dff903ba4f31a1e commit: 96ed940db8028ce80a3a80629921807337ad74e1 Author: Marius Brehler linux sungazer de> AuthorDate: Wed Sep 2 08:01:31 2015 +0000 Commit: Justin Lecher gentoo 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 + ipython-4.0.0-r1.ebuild: + dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets + 01 Sep 2015; Sean Vig 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 )"