From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6954E138334 for ; Sat, 24 Nov 2018 19:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69410E09AE; Sat, 24 Nov 2018 19:27:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45A0EE09AE for ; Sat, 24 Nov 2018 19:27:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DC20335D1A for ; Sat, 24 Nov 2018 19:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05713442 for ; Sat, 24 Nov 2018 19:27:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1543087587.9c1c90cf0f8507cd5f9da6c9db68deb90d429b2d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/files/, dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.67.0-r1.ebuild dev-libs/boost/boost-1.67.0.ebuild dev-libs/boost/files/boost-1.67.0-lockfree-next.patch X-VCS-Directories: dev-libs/boost/files/ dev-libs/boost/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9c1c90cf0f8507cd5f9da6c9db68deb90d429b2d X-VCS-Branch: master Date: Sat, 24 Nov 2018 19:27:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d8d3f62f-7b95-4d25-9da4-54740ed5a00d X-Archives-Hash: bba13769fd46f891a6ccd711778c9948 commit: 9c1c90cf0f8507cd5f9da6c9db68deb90d429b2d Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 24 15:17:48 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Nov 24 19:26:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1c90cf dev-libs/boost: backport spsc_queue.hpp include fix Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/671724 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: David Seifert gentoo.org> ...{boost-1.67.0.ebuild => boost-1.67.0-r1.ebuild} | 3 ++- .../boost/files/boost-1.67.0-lockfree-next.patch | 24 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/dev-libs/boost/boost-1.67.0.ebuild b/dev-libs/boost/boost-1.67.0-r1.ebuild similarity index 99% rename from dev-libs/boost/boost-1.67.0.ebuild rename to dev-libs/boost/boost-1.67.0-r1.ebuild index 7eb5c945be4..1c9de953032 100644 --- a/dev-libs/boost/boost-1.67.0.ebuild +++ b/dev-libs/boost/boost-1.67.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,6 +49,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.55.0-context-x32.patch" "${FILESDIR}/${PN}-1.56.0-build-auto_index-tool.patch" "${FILESDIR}/${PN}-1.67.0-fix-python.patch" + "${FILESDIR}/${PN}-1.67.0-lockfree-next.patch" ) python_bindings_needed() { 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 new file mode 100644 index 00000000000..acf9a96777e --- /dev/null +++ b/dev-libs/boost/files/boost-1.67.0-lockfree-next.patch @@ -0,0 +1,24 @@ +https://bugs.gentoo.org/671724 + +From 12726cda009a855073b9bedbdce57b6ce7763da2 Mon Sep 17 00:00:00 2001 +From: Peter Dimov +Date: Sat, 2 Dec 2017 04:10:46 +0200 +Subject: [PATCH] Add #include ; 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 + #include + #include ++#include + #include + #include // for BOOST_LIKELY + +-- +2.19.2 +