projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b484ce5
)
Fix breakage from the last commit
author
Sebastian Luther
<SebastianLuther@gmx.de>
Wed, 22 Sep 2010 07:03:43 +0000
(09:03 +0200)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 27 Sep 2010 06:50:14 +0000
(23:50 -0700)
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index b28f2fe59a1ee6caf0230ea6d8bfda5644be47d1..966a9c5efc913214694f4bf5f034f5b868a300dc 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-2486,7
+2486,7
@@
class depgraph(object):
# Make sure that cpv from the current repo satisfies the atom.
# This might not be the case if there are several repos with
# the same cpv, but different metadata keys, like SLOT.
- if not InternalPackageSet(initial_atoms=(atom,)
+ if not InternalPackageSet(initial_atoms=(atom,)
, allow_repo=True,
).findAtomForPackage(pkg, modified_use=self._pkg_use_enabled(pkg)):
continue
yield pkg