diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-30 18:53:55 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-31 09:41:33 +0100 |
commit | bc146ad2a6e93d07096060ed14fa26b84450944e (patch) | |
tree | e7447afb0c131e5010ec66586687df67204ad9bf /sci-chemistry/pymol/files | |
parent | sci-chemistry/PyMca: remove unused patches (diff) | |
download | gentoo-bc146ad2a6e93d07096060ed14fa26b84450944e.tar.gz gentoo-bc146ad2a6e93d07096060ed14fa26b84450944e.tar.bz2 gentoo-bc146ad2a6e93d07096060ed14fa26b84450944e.zip |
sci-chemistry/pymol: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry/pymol/files')
-rw-r--r-- | sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch b/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch deleted file mode 100644 index cd4650bbf4e0..000000000000 --- a/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/uiuc/plugins/molfile_plugin/src/maeffplugin_orig.cpp 2014-02-07 19:50:50.132261610 -0800 -+++ contrib/uiuc/plugins/molfile_plugin/src/maeffplugin.cpp 2014-02-07 19:52:12.527797099 -0800 -@@ -1983,7 +1983,7 @@ - } - } - catch (std::exception &e) { -- fprintf(stderr, e.what()); -+ fprintf(stderr, "%s", e.what()); - return MOLFILE_ERROR; - } - return MOLFILE_SUCCESS; |