summaryrefslogtreecommitdiff
path: root/dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2018-01-05 14:05:50 +0100
committerUltrabug <ultrabug@gentoo.org>2018-01-05 14:07:06 +0100
commitc17e73664b1be99b76b1f7e4c76068c43bca2846 (patch)
tree1cf906f95ada32eb64ad37e9229ca620119b8c75 /dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch
parent41d2d14c959db5305b33ae3ebb204b58b80c2685 (diff)
downloadgentoo-c17e73664b1be99b76b1f7e4c76068c43bca2846.tar.gz
gentoo-c17e73664b1be99b76b1f7e4c76068c43bca2846.tar.xz
dev-db/mongodb: drop obsolete 2.6 series
Diffstat (limited to 'dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch')
-rw-r--r--dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch b/dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch
deleted file mode 100644
index 19efad67683..00000000000
--- a/dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/third_party/v8/SConscript 2014-05-26 11:00:37.725508098 +0200
-+++ b/src/third_party/v8/SConscript 2014-05-26 11:01:13.265029083 +0200
-@@ -29,7 +29,7 @@
- import sys
- from os.path import join, dirname, abspath
- root_dir = dirname(File('SConscript').rfile().abspath)
--sys.path.append(join(root_dir, 'tools'))
-+sys.path.insert(0, join(root_dir, 'tools'))
- import js2c
-
- Import("env windows linux darwin solaris freebsd debugBuild")