summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/snapper/files/snapper-0.10.3-boost-1.81.patch')
-rw-r--r--app-backup/snapper/files/snapper-0.10.3-boost-1.81.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-backup/snapper/files/snapper-0.10.3-boost-1.81.patch b/app-backup/snapper/files/snapper-0.10.3-boost-1.81.patch
deleted file mode 100644
index 80896f02e46e..000000000000
--- a/app-backup/snapper/files/snapper-0.10.3-boost-1.81.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.gentoo.org/886505
-https://github.com/openSUSE/snapper/commit/0f8a3dff903eeb30072b9b9809cf072d3c84d1fc
-
-From 0f8a3dff903eeb30072b9b9809cf072d3c84d1fc Mon Sep 17 00:00:00 2001
-From: Arvin Schnell <aschnell@suse.de>
-Date: Tue, 15 Nov 2022 14:39:29 +0100
-Subject: [PATCH] - fix build with boost 1.81
-
---- a/zypp-plugin/snapper-zypp-plugin.cc
-+++ b/zypp-plugin/snapper-zypp-plugin.cc
-@@ -30,6 +30,7 @@
-
- #include <iostream>
- #include <map>
-+#include <set>
- #include <string>
- #include <regex>
-
-