From a83f1864180ac88675bfd633617d835e9e42c1de Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 11 Sep 2011 10:30:56 -0700 Subject: Revert virtual slot update code for bug 382557. This reverts the behavior change from commit 21330075f07248765016e104b3ba8216903f1ecb, since it's too aggressive in pulling in new virtual slots that may have masked dependencies. --- pym/_emerge/depgraph.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pym') diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 2c3960808..6a04a7971 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -6540,7 +6540,6 @@ class _dep_check_composite_db(dbapi): if pkg is not None and \ atom.slot is None and \ - "--update" not in self._depgraph._frozen_config.myopts and \ pkg.cp.startswith("virtual/"): # For new-style virtual lookahead that occurs inside dep_check() # for bug #141118, examine all slots. This is needed so that newer -- cgit v1.2.3-1-g7c22