commit: f042a7a32ff671663c93ff0433f5f0b6bfffc4d5 Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com> AuthorDate: Wed Sep 2 02:21:04 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 07:32:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f042a7a3
dev-python/ipython: remove mathjax references dev-python/ipython/ChangeLog | 3 +++ dev-python/ipython/ipython-4.0.0-r1.ebuild | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index dbdd93f..66d2f0a 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 01 Sep 2015; Sean Vig <[email protected]> + dev-python/ipython: remove mathjax references + *ipython-4.0.0-r1 (01 Sep 2015) 01 Sep 2015; Marius Brehler <[email protected]> diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild index b8d08ad..8b90505 100644 --- a/dev-python/ipython/ipython-4.0.0-r1.ebuild +++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild @@ -102,8 +102,6 @@ python_test() { python_install() { distutils-r1_python_install - use notebook && \ - ln -sf "${EPREFIX}/usr/share/mathjax" "${D}$(python_get_sitedir)/IPython/html/static/mathjax" # Create ipythonX.Y symlinks. # TODO:
