summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index d75ebecc4..64c2eecbd 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -7242,7 +7242,7 @@ class dblink:
return True
pkgfiles = self.getcontents()
- if pkgfiles and filename in pkgfiles:
+ if pkgfiles and destfile in pkgfiles:
return True
if pkgfiles:
if self._contents_inodes is None: