dev-ruby/facter: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Tue, 8 Aug 2017 16:33:07 +0000 (18:33 +0200)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 8 Aug 2017 22:36:37 +0000 (17:36 -0500)
dev-ruby/facter/files/facter-3.5.0-collection-fix.patch [deleted file]

diff --git a/dev-ruby/facter/files/facter-3.5.0-collection-fix.patch b/dev-ruby/facter/files/facter-3.5.0-collection-fix.patch
deleted file mode 100644 (file)
index edd10d2..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur /var/tmp/portage/dev-ruby/facter-3.5.0/work/all/facter-3.5.0.old/lib/inc/facter/facts/collection.hpp /var/tmp/portage/dev-ruby/facter-3.5.0/work/all/facter-3.5.0/lib/inc/facter/facts/collection.hpp
---- facter-3.5.0.old/lib/inc/facter/facts/collection.hpp  2016-10-21 18:32:16.000000000 -0500
-+++ facter-3.5.0/lib/inc/facter/facts/collection.hpp  2016-11-28 19:36:55.025454011 -0600
-@@ -94,7 +94,7 @@
-          *        for the facts they resolve
-          */
-         collection(std::set<std::string> const& blocklist = std::set<std::string>(),
--                   std::unordered_map<std::string, int64_t> const& ttls = {});
-+                   std::unordered_map<std::string, int64_t> const& ttls = std::unordered_map<std::string, int64_t>{});
-         /**
-          * Destructor for fact collection.
-diff -Naur /var/tmp/portage/dev-ruby/facter-3.5.0/work/all/facter-3.5.0.old/lib/tests/collection_fixture.hpp /var/tmp/portage/dev-ruby/facter-3.5.0/work/all/facter-3.5.0/lib/tests/collection_fixture.hpp
---- facter-3.5.0.old/lib/tests/collection_fixture.hpp 2016-10-21 18:32:16.000000000 -0500
-+++ facter-3.5.0/lib/tests/collection_fixture.hpp 2016-11-28 19:36:47.322311122 -0600
-@@ -10,7 +10,7 @@
-     {
-     public:
-         collection_fixture(std::set<std::string> const& blocklist = std::set<std::string>(),
--                std::unordered_map<std::string, int64_t> const& ttls = {});
-+                std::unordered_map<std::string, int64_t> const& ttls = std::unordered_map<std::string, int64_t>{});
-     protected:
-         virtual std::vector<std::string> get_external_fact_directories() const override;