projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92afdb
)
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>
Sun, 8 May 2011 18:42:24 +0000
(11:42 -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 7d7fee2af724d42b6ed64ec74fe59404631ba2d9..5e6c31284ec066ae7498591b7a40104212d890c4 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: