summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 9dd0ecd92..9b5f0ff54 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -8680,7 +8680,14 @@ class dblink:
"The problem occurred while executing " + \
("the ebuild located at '%s'. " % myebuildpath) + \
"If necessary, manually remove the ebuild " + \
- "in order to skip the execution of removal phases."
+ "and/or the environment.bz2 file which " + \
+ "is located in the same directory. Removal " + \
+ "of the environment.bz2 file will cause " + \
+ "the ebuild to be sourced and eclasses " + \
+ "from the current portage tree will be used " + \
+ "when necessary. Removal of " + \
+ "the ebuild will cause the execution of " + \
+ "removal phases to be skipped entirely."
from textwrap import wrap
cmd = "source '%s/isolated-functions.sh' ; " % \
PORTAGE_BIN_PATH