projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a80693f
)
For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removal
author
Zac Medico
<zmedico@gentoo.org>
Mon, 28 Apr 2008 17:33:38 +0000
(17:33 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 28 Apr 2008 17:33:38 +0000
(17:33 -0000)
phases are the ones that are skipped.
svn path=/main/trunk/; revision=10024
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 7a2dae37d72bf61b35d40d8b969388b1bcee34ce..76d7c05ea43fb905abbe683b38a5899dccf507eb 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-1328,7
+1328,8
@@
class dblink(object):
"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))
from portage.elog.messages import eerror
for l in msg_lines: