Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Zac Medico (zmedico)" <zmedico@g.o>
Subject: portage r14775 - main/trunk/pym/_emerge
Date: Wed, 04 Nov 2009 06:45:45 +0000
Author: zmedico
Date: 2009-11-04 06:45:44 +0000 (Wed, 04 Nov 2009)
New Revision: 14775

Modified:
   main/trunk/pym/_emerge/depgraph.py
Log:
Inside depgraph._complete_graph(), only pull in deps for the relevant root
during remove operations. Thanks to acevery for reporting.


Modified: main/trunk/pym/_emerge/depgraph.py
===================================================================
--- main/trunk/pym/_emerge/depgraph.py	2009-11-02 01:45:57 UTC (rev 14774)
+++ main/trunk/pym/_emerge/depgraph.py	2009-11-04 06:45:44 UTC (rev 14775)
@@ -2633,6 +2633,10 @@
 			self._dynamic_config.myparams["deep"] = True
 
 		for root in self._frozen_config.roots:
+			if root != self._frozen_config.target_root and \
+				"remove" in self._dynamic_config.myparams:
+				# Only pull in deps for the relevant root.
+				continue
 			if required_sets is None or root not in required_sets:
 				required_set_names = self._frozen_config._required_set_names.copy()
 			else:



Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in games-simulation/cannonsmash: ChangeLog cannonsmash-0.6.6.ebuild
Next by thread:
eselect r699 - tags
Previous by date:
gentoo-x86 commit in games-simulation/cannonsmash: ChangeLog cannonsmash-0.6.6.ebuild
Next by date:
eselect r699 - tags


Updated Jun 26, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.