public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11749 - main/trunk/pym/portage/dbapi
@ 2008-10-30  7:58 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-10-30  7:58 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-10-30 07:58:25 +0000 (Thu, 30 Oct 2008)
New Revision: 11749

Modified:
   main/trunk/pym/portage/dbapi/vartree.py
Log:
Bug #225429 - Inside LinkageMap.rebuild(), update self._defpath since it
can change during a gcc upgrade.


Modified: main/trunk/pym/portage/dbapi/vartree.py
===================================================================
--- main/trunk/pym/portage/dbapi/vartree.py	2008-10-30 07:46:32 UTC (rev 11748)
+++ main/trunk/pym/portage/dbapi/vartree.py	2008-10-30 07:58:25 UTC (rev 11749)
@@ -220,6 +220,7 @@
 
 	def rebuild(self, exclude_pkgs=None, include_file=None):
 		root = self._root
+		self._defpath = set(getlibpaths(root))
 		libs = {}
 		obj_key_cache = {}
 		obj_properties = {}




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-30  7:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30  7:58 [gentoo-commits] portage r11749 - main/trunk/pym/portage/dbapi Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox