From: Zac Medico Date: Thu, 16 Nov 2006 21:52:07 +0000 (-0000) Subject: Pull in the new-style virtuals and install them so that the vdb has complete standalo... X-Git-Tag: v2.1.2~458 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=339a6cc5155becfbe99a3d765d4115587f69e8ef;p=portage.git Pull in the new-style virtuals and install them so that the vdb has complete standalone dep info, in case a portage tree isn't available. svn path=/main/trunk/; revision=5061 --- diff --git a/pym/portage.py b/pym/portage.py index 6e1a0c735..11f590109 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3568,6 +3568,7 @@ def _expand_new_virtuals(mysplit, edebug, mydbapi, mysettings, myroot="/", # compound virtual, so only a single atom block is allowed. a.append("!" + virtual_atoms[0]) else: + mycheck[1].append("="+y[0]) # pull in the new-style virtual a.append(mycheck[1]) if isblocker and not a: # Probably a compound virtual. Pass the atom through unprocessed.