* [gentoo-commits] portage r15496 - main/trunk/pym/portage/dbapi
@ 2010-02-28 10:49 99% Zac Medico (zmedico)
0 siblings, 0 replies; 1+ results
From: Zac Medico (zmedico) @ 2010-02-28 10:49 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2010-02-28 10:49:02 +0000 (Sun, 28 Feb 2010)
New Revision: 15496
Modified:
main/trunk/pym/portage/dbapi/vartree.py
Log:
Fix broken reference to portage._spawn_misc_sh(). Thanks to Arfrever for
reporting.
Modified: main/trunk/pym/portage/dbapi/vartree.py
===================================================================
--- main/trunk/pym/portage/dbapi/vartree.py 2010-02-28 09:03:12 UTC (rev 15495)
+++ main/trunk/pym/portage/dbapi/vartree.py 2010-02-28 10:49:02 UTC (rev 15496)
@@ -4389,7 +4389,7 @@
phase = 'die_hooks'
if self._scheduler is None:
- portage._spawn_misc_sh(self.settings, [phase],
+ _spawn_misc_sh(self.settings, [phase],
phase=phase)
else:
self._scheduler.dblinkEbuildPhase(
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-28 10:49 99% [gentoo-commits] portage r15496 - main/trunk/pym/portage/dbapi Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox