aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-04-22 12:13:58 -0700
committerZac Medico <zmedico@gentoo.org>2012-04-22 12:13:58 -0700
commitdd0976cc34dda2759348e64ffb668fc4821fe86d (patch)
tree50ce7f2f14038b68966f077f516a96564e1770cf /pym/portage/dbapi
parentdbapi.cp_list: remove special case for virtuals (diff)
downloadportage-dd0976cc34dda2759348e64ffb668fc4821fe86d.tar.gz
portage-dd0976cc34dda2759348e64ffb668fc4821fe86d.tar.bz2
portage-dd0976cc34dda2759348e64ffb668fc4821fe86d.zip
portdbapi: update comment about repoman caches
Diffstat (limited to 'pym/portage/dbapi')
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index b060dd6a5..bdb87f13e 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -729,7 +729,7 @@ class portdbapi(dbapi):
if cachelist is not None:
# Try to propagate this to the match-all cache here for
# repoman since he uses separate match-all caches for each
- # profile (due to old-style virtuals).
+ # profile (due to differences in _get_implicit_iuse).
self.xcache["match-all"][(mycp, mycp)] = cachelist
return cachelist[:]
mysplit = mycp.split("/")