From: Zac Medico Date: Fri, 19 Oct 2007 15:32:03 +0000 (-0000) Subject: Pass the whole cpv to elog instead of just ${PF}. X-Git-Tag: v2.2_pre1~593 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ebc8fa31554b2bbb425835bc3f75c0819b6fe7c5;p=portage.git Pass the whole cpv to elog instead of just ${PF}. svn path=/main/trunk/; revision=8178 --- 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