Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r14732 - main/trunk/pym/portage
Date: Mon, 26 Oct 2009 20:02:33
Message-Id: E1N2Vlv-0006ew-94@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-10-26 20:02:30 +0000 (Mon, 26 Oct 2009)
3 New Revision: 14732
4
5 Modified:
6 main/trunk/pym/portage/__init__.py
7 Log:
8 Add a reference to bug #141118 inside _expand_new_virtuals().
9
10
11 Modified: main/trunk/pym/portage/__init__.py
12 ===================================================================
13 --- main/trunk/pym/portage/__init__.py 2009-10-26 19:36:27 UTC (rev 14731)
14 +++ main/trunk/pym/portage/__init__.py 2009-10-26 20:02:30 UTC (rev 14732)
15 @@ -7654,8 +7654,10 @@
16
17 def _expand_new_virtuals(mysplit, edebug, mydbapi, mysettings, myroot="/",
18 trees=None, use_mask=None, use_force=None, **kwargs):
19 - """Recursively expand new-style virtuals so as to collapse one or more
20 - levels of indirection. In dep_zapdeps, new-style virtuals will be assigned
21 + """
22 + In order to solve bug #141118, recursively expand new-style virtuals so
23 + as to collapse one or more levels of indirection, generating an expanded
24 + search space. In dep_zapdeps, new-style virtuals will be assigned
25 zero cost regardless of whether or not they are currently installed. Virtual
26 blockers are supported but only when the virtual expands to a single
27 atom because it wouldn't necessarily make sense to block all the components