dev-db/mongodb: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 1 Jan 2020 21:13:13 +0000 (22:13 +0100)
committerAaron Bauman <bman@gentoo.org>
Wed, 1 Jan 2020 23:08:00 +0000 (18:08 -0500)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14206
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-db/mongodb/files/mongodb-4.2.0-fix-scons-third-party.patch [deleted file]

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 (file)
index 6afa0d7..0000000
+++ /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: