summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 01a59726f..f09bdc864 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -4200,6 +4200,9 @@ class fakedbapi(dbapi):
returnme.extend(self.cpdict[x])
return returnme
+ def cpv_all(self):
+ return self.cpvdict.keys()
+
def cpv_inject(self,mycpv):
"""Adds a cpv from the list of available packages."""
mycp=cpv_getkey(mycpv)