Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10862 - main/trunk/pym/portage/dbapi
Date: Tue, 01 Jul 2008 05:23:04
Message-Id: E1KDYKQ-0005wh-N2@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-07-01 05:22:57 +0000 (Tue, 01 Jul 2008)
3 New Revision: 10862
4
5 Modified:
6 main/trunk/pym/portage/dbapi/vartree.py
7 Log:
8 add a call to pruneNonExisting() at the end of dbapi.vartree.PreservedLibsRegistry.__init__()
9
10
11 Modified: main/trunk/pym/portage/dbapi/vartree.py
12 ===================================================================
13 --- main/trunk/pym/portage/dbapi/vartree.py 2008-06-30 22:20:35 UTC (rev 10861)
14 +++ main/trunk/pym/portage/dbapi/vartree.py 2008-07-01 05:22:57 UTC (rev 10862)
15 @@ -46,7 +46,8 @@
16 self._filename = filename
17 self._autocommit = autocommit
18 self.load()
19 -
20 + self.pruneNonExisting()
21 +
22 def load(self):
23 """ Reload the registry data from file """
24 try:
25
26 --
27 gentoo-commits@l.g.o mailing list