summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 84fe11188..ba79b2d43 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -6916,7 +6916,7 @@ class vardbapi(dbapi):
pull_me = set(wants).difference(cache_these)
mydata.update(metadata)
else:
- pull_me = cache_these
+ pull_me = cache_these.union(wants)
if pull_me:
# pull any needed data and cache it