projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd7505
)
Use end_paragraph(1) instead of add_line_break() so that there is really a blank...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 13 Jan 2007 00:42:08 +0000
(
00:42
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 13 Jan 2007 00:42:08 +0000
(
00:42
-0000)
svn path=/main/trunk/; revision=5624
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 35981fb0f29fdb7906b81516e556aabdb8cd1c5a..408a44a51a13486a6640ffbf44e1e1969bc1371e 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-3449,7
+3449,7
@@
def show_unmerge_failure_message(pkg, ebuild, retval):
msg.append("If necessary, manually remove the ebuild " )
msg.append("in order to skip the execution of removal phases.")
- f.
add_line_break(
)
+ f.
end_paragraph(1
)
for x in msg:
f.add_flowing_data(x)
f.end_paragraph(1)