summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-26 20:02:30 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-26 20:02:30 +0000
commit6cd0942143ba02a22b35cf4394e5f43bbf10cbb5 (patch)
treed12bf9250c71b67e06f0c578186710329b9fd6df /pym
parentTake the -c option and make it mean --depclean instead of --clean, since (diff)
downloadportage-idfetch-6cd0942143ba02a22b35cf4394e5f43bbf10cbb5.tar.gz
portage-idfetch-6cd0942143ba02a22b35cf4394e5f43bbf10cbb5.tar.bz2
portage-idfetch-6cd0942143ba02a22b35cf4394e5f43bbf10cbb5.zip
Add a reference to bug #141118 inside _expand_new_virtuals().
svn path=/main/trunk/; revision=14732
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 10b969c1..53c2064a 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -7654,8 +7654,10 @@ def dep_virtual(mysplit, mysettings):
def _expand_new_virtuals(mysplit, edebug, mydbapi, mysettings, myroot="/",
trees=None, use_mask=None, use_force=None, **kwargs):
- """Recursively expand new-style virtuals so as to collapse one or more
- levels of indirection. In dep_zapdeps, new-style virtuals will be assigned
+ """
+ In order to solve bug #141118, recursively expand new-style virtuals so
+ as to collapse one or more levels of indirection, generating an expanded
+ search space. In dep_zapdeps, new-style virtuals will be assigned
zero cost regardless of whether or not they are currently installed. Virtual
blockers are supported but only when the virtual expands to a single
atom because it wouldn't necessarily make sense to block all the components