projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea10d3
)
Make ebuild-ipc.py call portage._disable_legacy_globals() since it
author
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Sep 2010 06:00:55 +0000
(23:00 -0700)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/ebuild-ipc.py
b/bin/ebuild-ipc.py
index 27fbf9714498018db8c7e40437b0f9e96a21af54..13c0626541ed3f5479d918794461dda11490b4ae 100755
(executable)
--- a/
bin/ebuild-ipc.py
+++ b/
bin/ebuild-ipc.py
@@
-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):