EbuildPhase: fix locking for setup phase
authorZac Medico <zmedico@gentoo.org>
Sun, 15 May 2011 08:14:09 +0000 (01:14 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 15 May 2011 08:14:09 +0000 (01:14 -0700)
pym/_emerge/EbuildPhase.py

index 0b4afe7e87026a09609f99ed40ea9dc8fa0e92db..db1d59e622e7c637e857efb754112c3c645f3613 100644 (file)
@@ -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: