projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ef24e
)
Remove redundant pruneNonExisting() call.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 7 May 2011 03:28:21 +0000
(20:28 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 7 May 2011 03:28:21 +0000
(20:28 -0700)
Since commit
f36b9fa38b5268c2a5579db62acec026625f84a9
, the
PreservedLibsRegistry automatically prunes itself each time
that it is loaded.
pym/_emerge/main.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/main.py
b/pym/_emerge/main.py
index 92db36ec40b6edbb821eb1be1836e993c87d3ee5..38afe7dfdfddc26a62aaa5f8f0d13267155f2a03 100644
(file)
--- a/
pym/_emerge/main.py
+++ b/
pym/_emerge/main.py
@@
-220,7
+220,6
@@
def display_preserved_libs(vardbapi, myopts):
# Explicitly load and prune the PreservedLibsRegistry in order
# to ensure that we do not display stale data.
vardbapi._plib_registry.load()
- vardbapi._plib_registry.pruneNonExisting()
if vardbapi._plib_registry.hasEntries():
if "--quiet" in myopts: