summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-28 17:35:13 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-28 17:35:13 +0000
commit9118cbb6309a4f64f87ce759f0a46e4bb857b16f (patch)
tree2ad597df33b31b7295126a1475428a8afa8d4418 /pym/portage.py
parent66dad7ad86652a54e1852e9df453b368194a1fe6 (diff)
downloadportage-9118cbb6309a4f64f87ce759f0a46e4bb857b16f.tar.gz
portage-9118cbb6309a4f64f87ce759f0a46e4bb857b16f.tar.bz2
portage-9118cbb6309a4f64f87ce759f0a46e4bb857b16f.zip
For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removal
phases are the ones that are skipped. (trunk r10024) svn path=/main/branches/2.1.2/; revision=10025
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