For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removal
authorZac Medico <zmedico@gentoo.org>
Mon, 28 Apr 2008 17:35:13 +0000 (17:35 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 28 Apr 2008 17:35:13 +0000 (17:35 -0000)
phases are the ones that are skipped. (trunk r10024)

svn path=/main/branches/2.1.2/; revision=10025

pym/portage.py

index 81f6ff9387d7a01dfd2a32b93c45aa73424690ca..6944fea9a64404507ad1074711926f2a19569562 100644 (file)
@@ -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