mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/43810 Signed-off-by: Sam James <sam@gentoo.org>
44 lines
1002 B
Diff
44 lines
1002 B
Diff
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 @@
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
|
|
+#include <boost/filesystem/directory.hpp>
|
|
#include <boost/filesystem/operations.hpp>
|
|
|
|
#include <sys/types.h>
|
|
--- a/sbuild/sbuild-run-parts.cc
|
|
+++ b/sbuild/sbuild-run-parts.cc
|
|
@@ -29,6 +29,7 @@
|
|
#include <syslog.h>
|
|
|
|
#include <boost/format.hpp>
|
|
+#include <boost/filesystem/directory.hpp>
|
|
#include <boost/filesystem/operations.hpp>
|
|
|
|
using boost::format;
|
|
--- a/sbuild/sbuild-util.cc
|
|
+++ b/sbuild/sbuild-util.cc
|
|
@@ -35,8 +35,6 @@
|
|
#include <time.h>
|
|
#endif
|
|
|
|
-#include <boost/filesystem/convenience.hpp>
|
|
-
|
|
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>
|