Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/files/
Date: Wed, 01 Jan 2020 23:08:30
Message-Id: 1577920080.53d85bba45fe2295ef7c49f5ca86eee860849908.bman@gentoo
1 commit: 53d85bba45fe2295ef7c49f5ca86eee860849908
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 1 21:13:13 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 23:08:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d85bba
7
8 dev-db/mongodb: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14206
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../mongodb/files/mongodb-4.2.0-fix-scons-third-party.patch | 11 -----------
15 1 file changed, 11 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 6afa0d75caf..00000000000
20 --- a/dev-db/mongodb/files/mongodb-4.2.0-fix-scons-third-party.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- a/src/third_party/SConscript 2019-09-22 14:31:48.847382840 +0200
24 -+++ b/src/third_party/SConscript 2019-09-22 14:32:56.858997243 +0200
25 -@@ -188,7 +188,7 @@
26 - libraries = thisEnv.Flatten([libraries])
27 - parts = thisEnv.Flatten([parts])
28 - for lib in libraries:
29 -- mods = thirdPartyEnvironmentModifications[lib]
30 -+ mods = thirdPartyEnvironmentModifications.get(lib, {})
31 - if not parts:
32 - thisEnv.PrependUnique(**mods)
33 - else: