projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4676955
)
Pass the whole cpv to elog instead of just ${PF}.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 19 Oct 2007 15:32:03 +0000
(15:32 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 19 Oct 2007 15:32:03 +0000
(15:32 -0000)
svn path=/main/trunk/; revision=8178
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index fc8f4f7daf84bc514f79fc647163ece81739da63..883cf0f55fd886f8284ef70290ac5de8bf749073 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-1771,7
+1771,7
@@
class dblink(object):
from portage.elog.messages import eerror as _eerror
def eerror(lines):
for l in lines:
- _eerror(l, phase="preinst", key=self.
pkg
)
+ _eerror(l, phase="preinst", key=self.
settings.mycpv
)
if collisions:
collision_protect = "collision-protect" in self.settings.features