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

Author: zmedico
Date: 2008-11-01 22:06:15 +0000 (Sat, 01 Nov 2008)
New Revision: 11788

Modified:
   main/trunk/pym/portage/dbapi/vartree.py
Log:
TODO: In case some elf files collide with blocked packages,
ensure that NEEDED data from include_file overrides the stale
NEEDED data from the colliding files in the blocked packages.


Modified: main/trunk/pym/portage/dbapi/vartree.py
===================================================================
--- main/trunk/pym/portage/dbapi/vartree.py	2008-11-01 21:10:02 UTC (rev 11787)
+++ main/trunk/pym/portage/dbapi/vartree.py	2008-11-01 22:06:15 UTC (rev 11788)
@@ -3286,6 +3286,9 @@
 				gid=portage_gid, mode=02750, mask=02)
 			writedict(cfgfiledict, conf_mem_file)
 
+		# TODO: In case some elf files collide with blocked packages,
+		# ensure that NEEDED data from include_file overrides the stale
+		# NEEDED data from the colliding files in the blocked packages.
 		exclude_pkgs = set(dblnk.mycpv for dblnk in others_in_slot)
 		self.vartree.dbapi.linkmap.rebuild(exclude_pkgs=exclude_pkgs,
 			include_file=os.path.join(inforoot, "NEEDED.ELF.2"))




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

only message in thread, other threads:[~2008-11-01 22:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-01 22:06 [gentoo-commits] portage r11788 - 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