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 6F6DB138448 for ; Wed, 9 Sep 2015 07:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6337CE089A; Wed, 9 Sep 2015 07:11:10 +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 C4FB8E0894 for ; Wed, 9 Sep 2015 07:11:09 +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 097D7340AC9 for ; Wed, 9 Sep 2015 07:11:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0243419 for ; Wed, 9 Sep 2015 07:11:07 +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: <1441650552.4d05d35c6d1c113c6c1dd317309790335841503a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/notebook/ChangeLog dev-python/notebook/notebook-9999.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4d05d35c6d1c113c6c1dd317309790335841503a X-VCS-Branch: master Date: Wed, 9 Sep 2015 07:11:07 +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: 0f0590d0-3426-46c3-899a-25a21e90b621 X-Archives-Hash: efcec559baf4691af5d1f4c40d002c4c commit: 4d05d35c6d1c113c6c1dd317309790335841503a Author: Marius Brehler linux sungazer de> AuthorDate: Mon Sep 7 18:29:12 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 7 18:29:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d05d35c dev-python/notebook: Fix deps, >=mathjax-2.4 required Package-Manager: portage-2.2.20.1 dev-python/notebook/ChangeLog | 3 +++ dev-python/notebook/notebook-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog index 0038d1e..fdbc96c 100644 --- a/dev-python/notebook/ChangeLog +++ b/dev-python/notebook/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 07 Sep 2015; Marius Brehler notebook-9999.ebuild: + dev-python/notebook: Fix deps, >=mathjax-2.4 required + 05 Sep 2015; Marius Brehler notebook-9999.ebuild: dev-python/notebook: Add deps for doc, fixes bug #559594 diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild index 81cba3d..155fbac 100644 --- a/dev-python/notebook/notebook-9999.ebuild +++ b/dev-python/notebook/notebook-9999.ebuild @@ -22,7 +22,7 @@ LICENSE="BSD" SLOT="0" IUSE="doc test" RDEPEND=" - dev-libs/mathjax + >=dev-libs/mathjax-2.4 dev-python/jinja[${PYTHON_USEDEP}] >=dev-python/terminado-0.3.3[${PYTHON_USEDEP}] >=www-servers/tornado-4.0[${PYTHON_USEDEP}]