summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-19 15:32:03 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-19 15:32:03 +0000
commitebc8fa31554b2bbb425835bc3f75c0819b6fe7c5 (patch)
treef16517d303ddb1682bfbfcc61694bf9d719e5ace /pym
parent46769556f52b1b2b2db4b039620819b3a3618235 (diff)
downloadportage-ebc8fa31554b2bbb425835bc3f75c0819b6fe7c5.tar.gz
portage-ebc8fa31554b2bbb425835bc3f75c0819b6fe7c5.tar.bz2
portage-ebc8fa31554b2bbb425835bc3f75c0819b6fe7c5.zip
Pass the whole cpv to elog instead of just ${PF}.
svn path=/main/trunk/; revision=8178
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index fc8f4f7da..883cf0f55 100644
--- 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