summaryrefslogtreecommitdiff
path: root/dev-util/schroot
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-13 08:45:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-13 08:45:11 +0000
commit676d9c15eecf6ec90c9f9e3f6765c5c0363350ed (patch)
treefbcaa7005d016aeaac5b86a590661429f5692579 /dev-util/schroot
parent6f7a4c178d81ca63bd8dd11c5ab1ad5d78a28018 (diff)
downloadbaldeagleos-repo-676d9c15eecf6ec90c9f9e3f6765c5c0363350ed.tar.gz
baldeagleos-repo-676d9c15eecf6ec90c9f9e3f6765c5c0363350ed.tar.xz
baldeagleos-repo-676d9c15eecf6ec90c9f9e3f6765c5c0363350ed.zip
Adding metadata
Diffstat (limited to 'dev-util/schroot')
-rw-r--r--dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch11
1 files changed, 11 insertions, 0 deletions
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 <iostream>
+ #include <sstream>
+
++#include <boost/filesystem/exception.hpp>
+ #include <boost/filesystem/operations.hpp>
+
+ #include <cppunit/extensions/HelperMacros.h>