From: Zac Medico Date: Mon, 28 Apr 2008 17:35:13 +0000 (-0000) Subject: For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removal X-Git-Tag: v2.1.5~123 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9118cbb6309a4f64f87ce759f0a46e4bb857b16f;p=portage.git 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 --- 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