diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-28 21:18:58 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-28 21:18:58 +0000 |
commit | f425a912f75d8fb66682b0e89eb7ea958a0888ad (patch) | |
tree | cbce01ad7e100f4c2f35accceb147c60991f2f1b /dev-python/matplotlib/files | |
parent | Initial import. Fixes #140393. Ebuild contributed by Ben Timby (diff) | |
download | historical-f425a912f75d8fb66682b0e89eb7ea958a0888ad.tar.gz historical-f425a912f75d8fb66682b0e89eb7ea958a0888ad.tar.bz2 historical-f425a912f75d8fb66682b0e89eb7ea958a0888ad.zip |
More documentation building fixes: added graphviz dependency, and applied patch on doc examples instead of regular examples
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-python/matplotlib/files')
-rw-r--r-- | dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch b/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch index 65ad17b3661d..9e709d01d412 100644 --- a/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch +++ b/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch @@ -1,5 +1,5 @@ ---- examples/pylab_examples/to_numeric.py.orig 2009-02-27 17:10:43.000000000 +0000 -+++ examples/pylab_examples/to_numeric.py 2009-02-27 17:06:20.000000000 +0000 +--- doc/mpl_examples/pylab_examples/to_numeric.py.orig 2009-02-27 17:10:43.000000000 +0000 ++++ doc/mpl_examples/pylab_examples/to_numeric.py 2009-02-27 17:06:20.000000000 +0000 @@ -28,6 +28,6 @@ X = fromstring(s, uint8) X.shape = h, w, 3 |