public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/mongodb/files: mongodb-2.4-fix-v8-pythonpath.patch
@ 2014-05-26 11:08 Alexys Jacob (ultrabug)
  0 siblings, 0 replies; only message in thread
From: Alexys Jacob (ultrabug) @ 2014-05-26 11:08 UTC (permalink / raw
  To: gentoo-commits

ultrabug    14/05/26 11:08:23

  Added:                mongodb-2.4-fix-v8-pythonpath.patch
  Log:
  fix #510142, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B658FA13)

Revision  Changes    Path
1.1                  dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb-2.4-fix-v8-pythonpath.patch?rev=1.1&content-type=text/plain

Index: mongodb-2.4-fix-v8-pythonpath.patch
===================================================================
--- 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")





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-26 11:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 11:08 [gentoo-commits] gentoo-x86 commit in dev-db/mongodb/files: mongodb-2.4-fix-v8-pythonpath.patch Alexys Jacob (ultrabug)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox