Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/
Date: Sat, 07 May 2011 03:28:44
Message-Id: 547d22391e7162fe79a793d7662b3d6d60327796.zmedico@gentoo
1 commit: 547d22391e7162fe79a793d7662b3d6d60327796
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 03:28:21 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 03:28:21 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=547d2239
7
8 Remove redundant pruneNonExisting() call.
9
10 Since commit f36b9fa38b5268c2a5579db62acec026625f84a9, the
11 PreservedLibsRegistry automatically prunes itself each time
12 that it is loaded.
13
14 ---
15 pym/_emerge/main.py | 1 -
16 1 files changed, 0 insertions(+), 1 deletions(-)
17
18 diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
19 index 92db36e..38afe7d 100644
20 --- a/pym/_emerge/main.py
21 +++ b/pym/_emerge/main.py
22 @@ -220,7 +220,6 @@ def display_preserved_libs(vardbapi, myopts):
23 # Explicitly load and prune the PreservedLibsRegistry in order
24 # to ensure that we do not display stale data.
25 vardbapi._plib_registry.load()
26 - vardbapi._plib_registry.pruneNonExisting()
27
28 if vardbapi._plib_registry.hasEntries():
29 if "--quiet" in myopts: