aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-09-07 20:29:12 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-09-07 20:29:12 +0200
commit4d05d35c6d1c113c6c1dd317309790335841503a (patch)
treebbc9067bacc0c57ab88e6b2e67ba9950f677781d
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-4d05d35c6d1c113c6c1dd317309790335841503a.tar.gz
sci-4d05d35c6d1c113c6c1dd317309790335841503a.tar.bz2
sci-4d05d35c6d1c113c6c1dd317309790335841503a.zip
dev-python/notebook: Fix deps, >=mathjax-2.4 required
Package-Manager: portage-2.2.20.1
-rw-r--r--dev-python/notebook/ChangeLog3
-rw-r--r--dev-python/notebook/notebook-9999.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog
index 0038d1e56..fdbc96cfe 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 <marbre@linux.sungazer.de> notebook-9999.ebuild:
+ dev-python/notebook: Fix deps, >=mathjax-2.4 required
+
05 Sep 2015; Marius Brehler <marbre@linux.sungazer.de> 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 81cba3d55..155fbac1c 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}]