summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-16 13:39:24 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-16 13:39:24 +0200
commit02178f7845c710946ff0f5db16b2fcb5bd4e5ab6 (patch)
tree6e04361ab547072fd574034a5d1e08e9afef1786 /dev-libs/boost/files
parentdev-libs/boost: Remove old (diff)
downloadgentoo-02178f7845c710946ff0f5db16b2fcb5bd4e5ab6.tar.gz
gentoo-02178f7845c710946ff0f5db16b2fcb5bd4e5ab6.tar.bz2
gentoo-02178f7845c710946ff0f5db16b2fcb5bd4e5ab6.zip
dev-libs/boost: Remove unkeyworded
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/boost/files')
-rw-r--r--dev-libs/boost/files/boost-1.67.0-lockfree-next.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/boost/files/boost-1.67.0-lockfree-next.patch b/dev-libs/boost/files/boost-1.67.0-lockfree-next.patch
deleted file mode 100644
index acf9a96777e5..000000000000
--- a/dev-libs/boost/files/boost-1.67.0-lockfree-next.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.gentoo.org/671724
-
-From 12726cda009a855073b9bedbdce57b6ce7763da2 Mon Sep 17 00:00:00 2001
-From: Peter Dimov <pdimov@pdimov.com>
-Date: Sat, 2 Dec 2017 04:10:46 +0200
-Subject: [PATCH] Add #include <boost/next_prior.hpp>; no longer in utility.hpp
-
----
- include/boost/lockfree/spsc_queue.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/boost/lockfree/spsc_queue.hpp
-+++ b/boost/lockfree/spsc_queue.hpp
-@@ -17,6 +17,7 @@
- #include <boost/assert.hpp>
- #include <boost/static_assert.hpp>
- #include <boost/utility.hpp>
-+#include <boost/next_prior.hpp>
- #include <boost/utility/enable_if.hpp>
- #include <boost/config.hpp> // for BOOST_LIKELY
-
---
-2.19.2
-