summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
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.