From 9118cbb6309a4f64f87ce759f0a46e4bb857b16f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 28 Apr 2008 17:35:13 +0000 Subject: 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 --- pym/portage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym/portage.py') 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 -- cgit v1.2.3-1-g7c22