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 e4e3dca7e..9e14be1b6 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -8424,7 +8424,7 @@ class dblink:
# If there are no files to merge, and an installed package in the same
# slot has files, it probably means that something went wrong.
- if self.settings.get("PORTAGE_PACKAGE_EMPTY_ABORT") != "0" and \
+ if self.settings.get("PORTAGE_PACKAGE_EMPTY_ABORT") == "1" and \
not myfilelist and others_in_slot:
installed_files = None
for other_dblink in others_in_slot: