projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2953dc4
)
Fix UnboundLocalError for y on line 177 in _expand_new_virtuals()
author
Zac Medico
<zmedico@gentoo.org>
Thu, 26 Aug 2010 14:34:12 +0000
(07:34 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 26 Aug 2010 14:34:12 +0000
(07:34 -0700)
pym/portage/dep/dep_check.py
patch
|
blob
|
history
diff --git
a/pym/portage/dep/dep_check.py
b/pym/portage/dep/dep_check.py
index 4e0d319dbcfea635a984fbd5de0d8db8050c1ad3..1321037195252bc82e03644fec243ff2ff44b639 100644
(file)
--- a/
pym/portage/dep/dep_check.py
+++ b/
pym/portage/dep/dep_check.py
@@
-174,7
+174,7
@@
def _expand_new_virtuals(mysplit, edebug, mydbapi, mysettings, myroot="/",
if not mycheck[0]:
raise ParseError(
- "%s: %s '%s'" % (
y[0]
, mycheck[1], depstring))
+ "%s: %s '%s'" % (
pkg
, mycheck[1], depstring))
# pull in the new-style virtual
mycheck[1].append(virt_atom)