commit: 05b93f7a558e3441c23741b47d56807f2c281683
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed May 18 07:03:28 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed May 18 07:03:28 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=05b93f7a
dev-python/notebook: Make patch -p1 using git --diff
Package-Manager: portage-2.2.28
dev-python/notebook/files/notebook-4.2.0-setupbase.py.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/notebook/files/notebook-4.2.0-setupbase.py.patch
b/dev-python/notebook/files/notebook-4.2.0-setupbase.py.patch
index 949c445..a4c2904 100644
--- a/dev-python/notebook/files/notebook-4.2.0-setupbase.py.patch
+++ b/dev-python/notebook/files/notebook-4.2.0-setupbase.py.patch
@@ -1,8 +1,8 @@
Disable bundled mathjax.
Patch by Marius Brehler
---- ${WORKDIR}/setupbase.py 2016-04-15 21:15:35.000000000 +0200
-+++ ${WORKDIR}/setupbase.py 2016-05-17 14:54:04.998783993 +0200
+--- a/setupbase.py
++++ b/setupbase.py
@@ -152,36 +152,6 @@ def find_package_data():
if f.endswith(('.js', '.css')):
static_data.append(pjoin(parent, f))