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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 110831581C1 for ; Fri, 12 Jul 2024 20:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28A552BC02E; Fri, 12 Jul 2024 20:56:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF0DE2BC02E for ; Fri, 12 Jul 2024 20:56:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D866733E3A9 for ; Fri, 12 Jul 2024 20:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69761B82 for ; Fri, 12 Jul 2024 20:56:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1720816564.9ea64cae86be274cc971174379926db8f3415411.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/schroot/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch X-VCS-Directories: dev-util/schroot/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ea64cae86be274cc971174379926db8f3415411 X-VCS-Branch: master Date: Fri, 12 Jul 2024 20:56:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 767eea81-9f63-4325-8317-52ca0167a097 X-Archives-Hash: fb319c129db5422cc6cd04a5a630d31f commit: 9ea64cae86be274cc971174379926db8f3415411 Author: Sam James gentoo org> AuthorDate: Fri Jul 12 20:35:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 12 20:36:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea64cae dev-util/schroot: fix build w/ boost-1.85 Closes: https://bugs.gentoo.org/933188 Signed-off-by: Sam James gentoo.org> dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch b/dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch index ba3c10edc104..627981a97b7d 100644 --- a/dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch +++ b/dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch @@ -1,4 +1,5 @@ https://bugs.gentoo.org/930499 +https://bugs.gentoo.org/933188 --- a/sbuild/sbuild-chroot-config.cc +++ b/sbuild/sbuild-chroot-config.cc @@ -31,6 +31,7 @@ @@ -30,3 +31,13 @@ https://bugs.gentoo.org/930499 using namespace sbuild; namespace +--- a/test/sbuild-run-parts.cc ++++ b/test/sbuild-run-parts.cc +@@ -23,6 +23,7 @@ + #include + #include + ++#include + #include + + #include