summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2018-03-09 05:36:53 +0700
committerAndrey Grozin <grozin@gentoo.org>2018-03-09 05:36:53 +0700
commit4d0afb5f0661fbeb6c7d76b07b65cf40f8781318 (patch)
tree33ee1279f09cb57390445d293dd57efdae6e3cb9 /dev-python/matplotlib/files
parentdev-python/kiwisolver: bump to 1.0.1 (diff)
downloadgentoo-4d0afb5f0661fbeb6c7d76b07b65cf40f8781318.tar.gz
gentoo-4d0afb5f0661fbeb6c7d76b07b65cf40f8781318.tar.bz2
gentoo-4d0afb5f0661fbeb6c7d76b07b65cf40f8781318.zip
dev-python/matplotlib: bump to 2.2.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/matplotlib/files')
-rw-r--r--dev-python/matplotlib/files/matplotlib-2.2.0-doc-make.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-2.2.0-doc-make.patch b/dev-python/matplotlib/files/matplotlib-2.2.0-doc-make.patch
new file mode 100644
index 000000000000..7ca0c6974234
--- /dev/null
+++ b/dev-python/matplotlib/files/matplotlib-2.2.0-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.