summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index d27f320d6..f24c180a4 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -1647,7 +1647,7 @@ class dblink(object):
self._collision_protect(srcroot, destroot, others_in_slot,
myfilelist+mylinklist, mylinklist)
- if os.stat(srcroot).st_dev == os.stat(destroot).st_dev:
+ if True:
""" The merge process may move files out of the image directory,
which causes invalidation of the .installed flag."""
try: