Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 125338

Summary: Portage 2.0.54: emerge moo broken
Product: Portage Development Reporter: Immo 'FaUl' Wehrenberg <immo.gentoo>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: trivial    
Priority: High    
Version: 2.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***