summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 81f6ff938..6944fea9a 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -8703,7 +8703,8 @@ class dblink:
"from the current portage tree will be used " + \
"when necessary. Removal of " + \
"the ebuild file will cause the " + \
- "removal phases to be skipped entirely."
+ "pkg_prerm() and pkg_postrm() removal " + \
+ "phases to be skipped entirely."
msg_lines.extend(wrap(msg, 72))
cmd = "source '%s/isolated-functions.sh' ; " % \
PORTAGE_BIN_PATH