summaryrefslogtreecommitdiff
path: root/net-libs/libtorrent-rasterbar/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-18 00:45:06 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-18 00:45:06 +0000
commit66116bfefb5430d2e66286df31f1d095e51018a8 (patch)
treedd50cf98f8b03ac8ba0e13b731199dbf5dcf0d23 /net-libs/libtorrent-rasterbar/files
parente516ac55c6f0de98a625bb5fb033a6dd93619987 (diff)
net-libs/libtorrent-rasterbar : drop our ebuild
Diffstat (limited to 'net-libs/libtorrent-rasterbar/files')
-rw-r--r--net-libs/libtorrent-rasterbar/files/fix-boost-1.72.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-libs/libtorrent-rasterbar/files/fix-boost-1.72.patch b/net-libs/libtorrent-rasterbar/files/fix-boost-1.72.patch
deleted file mode 100644
index ded59a56..00000000
--- a/net-libs/libtorrent-rasterbar/files/fix-boost-1.72.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur a/include/libtorrent/aux_/socket_type.hpp b/include/libtorrent/aux_/socket_type.hpp
---- a/include/libtorrent/aux_/socket_type.hpp 2019-09-24 00:28:43.000000000 +0100
-+++ b/include/libtorrent/aux_/socket_type.hpp 2019-12-17 22:48:27.679305842 +0000
-@@ -184,6 +184,10 @@
- using receive_buffer_size = tcp::socket::receive_buffer_size;
- using send_buffer_size = tcp::socket::send_buffer_size;
-
-+#if BOOST_VERSION >= 106600
-+ using executor_type = tcp::socket::executor_type;
-+#endif
-+
- explicit socket_type(io_service& ios): m_io_service(ios), m_type(0) {}
- ~socket_type();
-