From e2a8da3024e0ca43b4f09c5227da474feb5f5d9c Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Sun, 18 Mar 2018 03:56:58 +0700 Subject: dev-python/matplotlib: bump to 2.2.2 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- dev-python/matplotlib/files/matplotlib-2.2.2-doc-make.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dev-python/matplotlib/files/matplotlib-2.2.2-doc-make.patch (limited to 'dev-python/matplotlib/files') diff --git a/dev-python/matplotlib/files/matplotlib-2.2.2-doc-make.patch b/dev-python/matplotlib/files/matplotlib-2.2.2-doc-make.patch new file mode 100644 index 000000000000..7ca0c6974234 --- /dev/null +++ b/dev-python/matplotlib/files/matplotlib-2.2.2-doc-make.patch @@ -0,0 +1,10 @@ +diff -r -U2 matplotlib-2.1.2.orig/doc/conf.py matplotlib-2.1.2/doc/conf.py +--- matplotlib-2.1.2.orig/doc/conf.py 2018-01-19 11:07:49.000000000 +0700 ++++ matplotlib-2.1.2/doc/conf.py 2018-01-21 20:06:44.120901546 +0700 +@@ -136,5 +136,5 @@ + } + +-plot_gallery = 'True' ++plot_gallery = True + + # Add any paths that contain templates here, relative to this directory. -- cgit v1.2.3