projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d91bb56
)
Fix typo in previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Jan 2009 22:00:24 +0000
(22:00 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Jan 2009 22:00:24 +0000
(22:00 -0000)
svn path=/main/trunk/; revision=12550
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index d1fcfc1c6f55612e18db0807c9238d7dc93ad8ac..98d48b6781c85e6e9481ccca791f22a0ab0cdc56 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-4820,7
+4820,7
@@
class depgraph(object):
dep_pkg, existing_node = self._select_package(dep.root, dep.atom,
onlydeps=dep.onlydeps)
if not dep_pkg:
- if dep.satisfied:
+ if dep.
priority.
satisfied:
# This could be an unecessary build-time dep
# pulled in by --with-bdeps=y.
return 1