summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-11-17 00:02:38 +0000
committerZac Medico <zmedico@gentoo.org>2006-11-17 00:02:38 +0000
commita170d19cffae6d3298afdb71cc8046b6d7b952a4 (patch)
treecca3483af991864f79120eaa0fe33975878b5372 /pym
parentRevert the depclean message, since new-style virtuals will now be kept. (diff)
downloadportage-multirepo-a170d19cffae6d3298afdb71cc8046b6d7b952a4.tar.gz
portage-multirepo-a170d19cffae6d3298afdb71cc8046b6d7b952a4.tar.bz2
portage-multirepo-a170d19cffae6d3298afdb71cc8046b6d7b952a4.zip
Update the _expand_new_virtuals docstring with a not about zero cost for new-style virtuals.
svn path=/main/trunk/; revision=5064
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage.py b/pym/portage.py
index b956148c..fd44e81a 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -3508,8 +3508,8 @@ def dep_virtual(mysplit, mysettings):
def _expand_new_virtuals(mysplit, edebug, mydbapi, mysettings, myroot="/",
trees=None, **kwargs):
"""Recursively expand new-style virtuals so as to collapse one or more
- levels of indirection. The new-style virtuals should never be installed
- themselves. They are only used to expand virtual dependencies. Virtual
+ levels of indirection. 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
of a compound virtual. When more than one new-style virtual is matched,