summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/elog')
-rw-r--r--pym/portage/elog/messages.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/elog/messages.py b/pym/portage/elog/messages.py
index 50e0ab10a..f5232d3e2 100644
--- a/pym/portage/elog/messages.py
+++ b/pym/portage/elog/messages.py
@@ -47,6 +47,7 @@ def collect_ebuild_messages(path):
encoding=_encodings['fs'], errors='strict'),
mode='r', encoding=_encodings['repo.content'], errors='replace')
for l in f:
+ l = l.rstrip('\n')
if not l:
continue
try: