projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01eee03
)
Remove reference to nonexistent _unlock_builddir() method in
v2.2_rc73
author
Zac Medico
<zmedico@gentoo.org>
Wed, 1 Sep 2010 18:09:47 +0000
(11:09 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 1 Sep 2010 18:09:47 +0000
(11:09 -0700)
EbuildPhase._env_extractor_exit().
pym/_emerge/EbuildPhase.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/EbuildPhase.py
b/pym/_emerge/EbuildPhase.py
index 58ce0c62c929edd937a57a495722554ee91ce9e3..e85fe9c1396bf0ac8829ee2b632aa0f187b4e4f1 100644
(file)
--- a/
pym/_emerge/EbuildPhase.py
+++ b/
pym/_emerge/EbuildPhase.py
@@
-40,7
+40,6
@@
class EbuildPhase(CompositeTask):
def _env_extractor_exit(self, env_extractor):
if self._default_exit(env_extractor) != os.EX_OK:
- self._unlock_builddir()
self.wait()
return