Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182040 - add some \n in the "emerge --info" output (USE_EXPAND variables)
Summary: add some \n in the "emerge --info" output (USE_EXPAND variables)
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-14 16:49 UTC by jujubickoille
Modified: 2007-06-14 20:44 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 jujubickoille 2007-06-14 16:49:19 UTC
with emerge --info, some \n are missing : exemple we have :

USE="blablabla blablabla" ALSA_CARDS="blablabla"

and with the "picopatch", we have 

USE="blablabla blablabla"
ALSA_CARDS="blablabla"

Reproducible: Always

Steps to Reproduce:
1. emerge --info



with the sys-apps/portage-2.1.2.7

- print 'USE="%s"' % " ".join(use),
+ print 'USE="%s"\n' % " ".join(use),

- print '%s="%s"' % (varname, myval),
+ print '%s="%s"\n' % (varname, myval),

it was my 1st report, sorry if he is not perfect, but don't forget to ask me more informations if needed :)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-14 17:16:04 UTC
Why? The USE_EXPAND stuff is part of USE, it's supposed to be like that and stay in one place.
Comment 2 jujubickoille 2007-06-14 17:27:04 UTC
(In reply to comment #1)
> Why? The USE_EXPAND stuff is part of USE, it's supposed to be like that and
> stay in one place.
> 

hum, okay... i have make it because i'm parsing emerge --info for a small project, when i have see all was in one line, i have think it was a bug :)
Comment 3 Zac Medico gentoo-dev 2007-06-14 20:44:38 UTC
The behavior is intended.  There's some documentation on USE_EXPAND here:

http://devmanual.gentoo.org/general-concepts/use-flags/index.html#use_expand-and-arch-use-flags