summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-01-01 22:13:13 +0100
committerAaron Bauman <bman@gentoo.org>2020-01-01 18:08:00 -0500
commit53d85bba45fe2295ef7c49f5ca86eee860849908 (patch)
tree4ab7db91048c9331c0b76f31cde782b9382bac23 /dev-db
parentdev-libs/leveldb: remove unused patches (diff)
downloadgentoo-53d85bba45fe2295ef7c49f5ca86eee860849908.tar.gz
gentoo-53d85bba45fe2295ef7c49f5ca86eee860849908.tar.bz2
gentoo-53d85bba45fe2295ef7c49f5ca86eee860849908.zip
dev-db/mongodb: remove unused patch
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>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mongodb/files/mongodb-4.2.0-fix-scons-third-party.patch11
1 files changed, 0 insertions, 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 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: