summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildPhase.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-05-15 01:14:09 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-15 01:14:09 -0700
commit102006ae93b32fc20f6c9324e2e90252277ee5b1 (patch)
tree17c03e88bee059bd4a0a41ad0b6e255a29cff4d4 /pym/_emerge/EbuildPhase.py
parentf3f88c6a3695755aafa3765219fa323fe46679d6 (diff)
downloadportage-102006ae93b32fc20f6c9324e2e90252277ee5b1.tar.gz
portage-102006ae93b32fc20f6c9324e2e90252277ee5b1.tar.bz2
portage-102006ae93b32fc20f6c9324e2e90252277ee5b1.zip
EbuildPhase: fix locking for setup phase
Diffstat (limited to 'pym/_emerge/EbuildPhase.py')
-rw-r--r--pym/_emerge/EbuildPhase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/EbuildPhase.py b/pym/_emerge/EbuildPhase.py
index 0b4afe7e8..db1d59e62 100644
--- a/pym/_emerge/EbuildPhase.py
+++ b/pym/_emerge/EbuildPhase.py
@@ -113,7 +113,7 @@ class EbuildPhase(CompositeTask):
# If the environment.bz2 doesn't exist, then ebuild.sh will
# source the ebuild as a fallback.
- self._start_ebuild()
+ self._start_lock()
def _env_extractor_exit(self, env_extractor):
if self._default_exit(env_extractor) != os.EX_OK: