diff options
author | 2009-02-13 16:46:21 +0000 | |
---|---|---|
committer | 2009-02-13 16:46:21 +0000 | |
commit | fb77b6eebfad1590d2da4f7de7d63f43ac18260f (patch) | |
tree | 8856ceafd8151cbdd788155c310a89e667e84384 /sci-biology/snpfile/files | |
parent | Marking boinc-6.4.5 ~ppc64 for bug 255156 (diff) | |
download | gentoo-2-fb77b6eebfad1590d2da4f7de7d63f43ac18260f.tar.gz gentoo-2-fb77b6eebfad1590d2da4f7de7d63f43ac18260f.tar.bz2 gentoo-2-fb77b6eebfad1590d2da4f7de7d63f43ac18260f.zip |
bump, drop patch
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Diffstat (limited to 'sci-biology/snpfile/files')
-rw-r--r-- | sci-biology/snpfile/files/snpfile-2.0.0-gcc43.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sci-biology/snpfile/files/snpfile-2.0.0-gcc43.patch b/sci-biology/snpfile/files/snpfile-2.0.0-gcc43.patch deleted file mode 100644 index 4c0ed46b4e6f..000000000000 --- a/sci-biology/snpfile/files/snpfile-2.0.0-gcc43.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -dur snpfile-2.0.0-orig/matrix.hh snpfile-2.0.0/matrix.hh ---- snpfile-2.0.0-orig/matrix.hh 2009-02-07 12:51:44.090353089 +0000 -+++ snpfile-2.0.0/matrix.hh 2009-02-07 12:54:45.602853488 +0000 -@@ -29,6 +29,7 @@ - #ifndef MATRIX_HH_INCLUDED - #define MATRIX_HH_INCLUDED - -+#include <cstring> - #include <vector> - #include <set> - #include <algorithm> -diff -dur snpfile-2.0.0-orig/metadata.hh snpfile-2.0.0/metadata.hh ---- snpfile-2.0.0-orig/metadata.hh 2009-02-07 12:51:44.090353089 +0000 -+++ snpfile-2.0.0/metadata.hh 2009-02-07 12:55:56.181360877 +0000 -@@ -27,7 +27,7 @@ - #define METADATA_HH_INCLUDED - - #include <stdexcept> --#include <string> -+#include <cstring> - - /** \file - * \brief Declaration of metadata concepts. |