summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 702f790ee..337c53b0a 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -8040,7 +8040,7 @@ class dblink:
print
sys.exit(1)
- 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: