commit:     9fc32c8470289d9bc32f2ab38f27368541c2402d
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Tue Aug  8 16:33:07 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Aug  8 22:36:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc32c84

dev-ruby/facter: remove unused patch

 .../facter/files/facter-3.5.0-collection-fix.patch | 24 ----------------------
 1 file changed, 24 deletions(-)

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
index edd10d2b903..00000000000
--- a/dev-ruby/facter/files/facter-3.5.0-collection-fix.patch
+++ /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;

Reply via email to