commit:     53d85bba45fe2295ef7c49f5ca86eee860849908
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jan  1 21:13:13 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 23:08:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d85bba

dev-db/mongodb: remove unused patch

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14206
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../mongodb/files/mongodb-4.2.0-fix-scons-third-party.patch   | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/dev-db/mongodb/files/mongodb-4.2.0-fix-scons-third-party.patch 
b/dev-db/mongodb/files/mongodb-4.2.0-fix-scons-third-party.patch
deleted file mode 100644
index 6afa0d75caf..00000000000
--- a/dev-db/mongodb/files/mongodb-4.2.0-fix-scons-third-party.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/third_party/SConscript       2019-09-22 14:31:48.847382840 +0200
-+++ b/src/third_party/SConscript       2019-09-22 14:32:56.858997243 +0200
-@@ -188,7 +188,7 @@
-     libraries = thisEnv.Flatten([libraries])
-     parts = thisEnv.Flatten([parts])
-     for lib in libraries:
--        mods = thirdPartyEnvironmentModifications[lib]
-+        mods = thirdPartyEnvironmentModifications.get(lib, {})
-         if not parts:
-             thisEnv.PrependUnique(**mods)
-         else:

Reply via email to