Make ebuild-ipc.py call portage._disable_legacy_globals() since it
authorZac Medico <zmedico@gentoo.org>
Sat, 4 Sep 2010 06:00:55 +0000 (23:00 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 4 Sep 2010 06:00:55 +0000 (23:00 -0700)
doesn't need any of that stuff.

bin/ebuild-ipc.py

index 27fbf9714498018db8c7e40437b0f9e96a21af54..13c0626541ed3f5479d918794461dda11490b4ae 100755 (executable)
@@ -29,6 +29,7 @@ if os.environ.get("SANDBOX_ON") == "1":
                        ":".join(filter(None, sandbox_write))
 
 import portage
+portage._disable_legacy_globals()
 
 class EbuildIpc(object):