From 339a6cc5155becfbe99a3d765d4115587f69e8ef Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 16 Nov 2006 21:52:07 +0000 Subject: 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 --- pym/portage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/portage.py') 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. -- cgit v1.2.3-1-g7c22