diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-25 20:33:41 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-25 20:33:41 +0000 |
commit | 3c72a418a19f6214bff948be34e2ff3f2eb03bb3 (patch) | |
tree | b730f0117e6dc67220927c43021e4bf1bb437b95 /dev-python/matplotlib/files | |
parent | Version bump (diff) | |
download | historical-3c72a418a19f6214bff948be34e2ff3f2eb03bb3.tar.gz historical-3c72a418a19f6214bff948be34e2ff3f2eb03bb3.tar.bz2 historical-3c72a418a19f6214bff948be34e2ff3f2eb03bb3.zip |
Re-added pyparsing (hopefully temporarily) for proper outputs and stix-fonts for ttf, but added media-fonts/texcm-ttf. More information on bundled packages, see bug #260025, thanks Michael Droettboom for explanations. Also now builds documentation from source (html and pdf), and added a src_test for regression. Finally added a small patch on string literal from Mandriva.
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-literal.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-0.98.5.2-literal.patch b/dev-python/matplotlib/files/matplotlib-0.98.5.2-literal.patch new file mode 100644 index 000000000000..ef60e9b12ae4 --- /dev/null +++ b/dev-python/matplotlib/files/matplotlib-0.98.5.2-literal.patch @@ -0,0 +1,11 @@ +--- src/swig_runtime.h.old 2008-12-15 06:34:58.000000000 -0800 ++++ src/swig_runtime.h 2008-12-30 23:38:49.000000000 -0800 +@@ -856,7 +856,7 @@ + Py_DECREF(old_str); + Py_DECREF(value); + } else { +- PyErr_Format(PyExc_RuntimeError, mesg); ++ PyErr_Format(PyExc_RuntimeError, "%s", mesg); + } + } + |