Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125338 - Portage 2.0.54: emerge moo broken
Summary: Portage 2.0.54: emerge moo broken
Status: RESOLVED DUPLICATE of bug 100001
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-07 01:58 UTC by Immo 'FaUl' Wehrenberg
Modified: 2006-03-07 02:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Immo 'FaUl' Wehrenberg 2006-03-07 01:58:01 UTC
hi, Emerge moo creates broken output. This is Caused by the last backslash of the tail of the cow, it escapes the newline at the end. Apply the following patch to fix it!
--- emerge            2006-03-07 10:55:29.000000000 +0100
+++ emerge.new        2006-03-07 10:51:42.000000000 +0100
@@ -298,7 +298,7 @@
  -----------------------
         \   ^__^
          \  (oo)\_______
-            (__)\       )\/\ 
+            (__)\       )\/\\
                 ||----w |
                 ||     ||
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-07 02:10:32 UTC

*** This bug has been marked as a duplicate of 100001 ***