From: Michael Mair-Keimberger Date: Wed, 1 Jan 2020 21:13:13 +0000 (+0100) Subject: dev-db/mongodb: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=53d85bba45fe2295ef7c49f5ca86eee860849908;p=gentoo.git dev-db/mongodb: remove unused patch Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/14206 Signed-off-by: Aaron Bauman --- 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 6afa0d75caf1..000000000000 --- 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: