summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 38a5755e3..4899295d6 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -5678,6 +5678,8 @@ class dblink:
def unmerge(self, pkgfiles=None, trimworld=1, cleanup=1,
ldpath_mtimes=None):
+ """The caller must ensure that lockdb() and unlockdb() are called
+ before and after this method."""
global dircache
dircache={}