summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/cufflinks/files/cufflinks-2.2.1-boost-1.65-tr1-removal.patch')
-rw-r--r--sci-biology/cufflinks/files/cufflinks-2.2.1-boost-1.65-tr1-removal.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-biology/cufflinks/files/cufflinks-2.2.1-boost-1.65-tr1-removal.patch b/sci-biology/cufflinks/files/cufflinks-2.2.1-boost-1.65-tr1-removal.patch
deleted file mode 100644
index 42a906e7a83a..000000000000
--- a/sci-biology/cufflinks/files/cufflinks-2.2.1-boost-1.65-tr1-removal.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Boost 1.65 removed the TR1 headers.
-Bug: https://bugs.gentoo.org/show_bug.cgi?id=630654
-
---- a/src/biascorrection.h
-+++ b/src/biascorrection.h
-@@ -15,7 +15,7 @@
- #include <vector>
- #include <list>
- #include <string>
--#include <boost/tr1/unordered_map.hpp>
-+#include <boost/unordered_map.hpp>
- #include <boost/thread.hpp>
- #include "common.h"
-