projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b99b9a
)
Fix incorrect type in depgraph._missing_args.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 9 Nov 2007 08:21:50 +0000
(08:21 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 9 Nov 2007 08:21:50 +0000
(08:21 -0000)
svn path=/main/trunk/; revision=8476
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index a9aab3316ef1c40aa12c8b4c7a82835c2fae13f1..6a10ef28b75519bb68db3c27036dcc740e6c4ab2 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-1898,7
+1898,7
@@
class depgraph(object):
if len(refs) == 1 and "args" in refs:
self._show_unsatisfied_dep(myroot, atom)
return 0, myfavorites
- self._missing_args.append((arg
,
atom))
+ self._missing_args.append((arg
.arg, arg.
atom))
continue
if not self.create(pkg):
sys.stderr.write(("\n\n!!! Problem resolving " + \