projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecc37e0
)
Remove unused variable.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Oct 2010 06:55:02 +0000
(23:55 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Oct 2010 06:55:02 +0000
(23:55 -0700)
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index cfdc03e5293ea761e9441964af8fdce6da262c5f..78d517cf9066a9d8e8413444fb4623596d70b0c5 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-2487,7
+2487,6
@@
class depgraph(object):
# Therefore, assume that such SLOT dependencies are already
# satisfied rather than forcing a rebuild.
installed = pkg_type == 'installed'
- ignore_installed_slot = False
if installed and not cpv_list and atom.slot:
for cpv in db.match(atom.cp):
slot_available = False