From a170d19cffae6d3298afdb71cc8046b6d7b952a4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 17 Nov 2006 00:02:38 +0000 Subject: Update the _expand_new_virtuals docstring with a not about zero cost for new-style virtuals. svn path=/main/trunk/; revision=5064 --- pym/portage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage.py b/pym/portage.py index b956148c5..fd44e81ac 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, -- cgit v1.2.3-1-g7c22