diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-17 22:21:36 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-17 22:23:35 -0600 |
commit | 7bb8b3c5bb63a41a917661b12dd291260ceb397f (patch) | |
tree | 36989a07d9dd7cdc55a4f7680eb5c33c423e2b0b /net-analyzer/icinga2/files | |
parent | net-p2p/cpuminer-opt: 3.8.2.1 version bump (diff) | |
download | gentoo-7bb8b3c5bb63a41a917661b12dd291260ceb397f.tar.gz gentoo-7bb8b3c5bb63a41a917661b12dd291260ceb397f.tar.bz2 gentoo-7bb8b3c5bb63a41a917661b12dd291260ceb397f.zip |
net-analyzer/icinga2: 2.8.1 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/icinga2/files')
-rw-r--r-- | net-analyzer/icinga2/files/fix-missing-include-2.7.1-2.patch | 24 | ||||
-rw-r--r-- | net-analyzer/icinga2/files/fix-missing-include-2.7.1.patch | 22 |
2 files changed, 0 insertions, 46 deletions
diff --git a/net-analyzer/icinga2/files/fix-missing-include-2.7.1-2.patch b/net-analyzer/icinga2/files/fix-missing-include-2.7.1-2.patch deleted file mode 100644 index 21779d140a4e..000000000000 --- a/net-analyzer/icinga2/files/fix-missing-include-2.7.1-2.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 2d036e6886fb68707e861a6e5f75a6088d149832 Mon Sep 17 00:00:00 2001 -From: Michael <mcktr55@gmail.com> -Date: Tue, 26 Sep 2017 22:01:07 +0200 -Subject: [PATCH] Fixed missing include statement in unit test - -This adds the missing iostream include to the notification unit test. - -refs #5613 ---- - test/icinga-notification.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/test/icinga-notification.cpp b/test/icinga-notification.cpp -index 8db93fa50..97f7838a1 100644 ---- a/test/icinga-notification.cpp -+++ b/test/icinga-notification.cpp -@@ -19,6 +19,7 @@ - - #include "icinga/notification.hpp" - #include <BoostTestTargetConfig.h> -+#include <iostream> - - using namespace icinga; - diff --git a/net-analyzer/icinga2/files/fix-missing-include-2.7.1.patch b/net-analyzer/icinga2/files/fix-missing-include-2.7.1.patch deleted file mode 100644 index d170db478db9..000000000000 --- a/net-analyzer/icinga2/files/fix-missing-include-2.7.1.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 631d1e85fc2575a26c700a15f309fccd9fb9ee4d Mon Sep 17 00:00:00 2001 -From: Michael <mcktr55@gmail.com> -Date: Mon, 25 Sep 2017 01:07:50 +0200 -Subject: [PATCH] Fixed missing include statement in unit tests - -refs #5613 ---- - test/icinga-checkresult.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/test/icinga-checkresult.cpp b/test/icinga-checkresult.cpp -index 7f14dd365..a128e9519 100644 ---- a/test/icinga-checkresult.cpp -+++ b/test/icinga-checkresult.cpp -@@ -19,6 +19,7 @@ - - #include "icinga/host.hpp" - #include <BoostTestTargetConfig.h> -+#include <iostream> - - using namespace icinga; - |