projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e824a56
)
Remove a redundant call to elog_process(). (trunk r8091)
author
Zac Medico
<zmedico@gentoo.org>
Fri, 12 Oct 2007 22:04:38 +0000
(22:04 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 12 Oct 2007 22:04:38 +0000
(22:04 -0000)
svn path=/main/branches/2.1.2/; revision=8092
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index def1fe845adfdefc50fbc4d639c5c12ebf42d938..dbc6157453477ded95f4c72e2c7ef45d2bfd57c0 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-8054,7
+8054,6
@@
class dblink:
portage_exec.spawn(["bash", "-c", cmd],
env=self.settings.environ())
- elog_process(self.settings.mycpv, self.settings)
# XXX: Decide how to handle failures here.
if a != os.EX_OK: