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

Bug 385123

Summary: flaggie: NewVariable('IUSE') contains random USE_EXPAND values in output
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: New packagesAssignee: Michał Górny <mgorny>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Mark USE expansion-added whitespace as such.
Fix writing new USE= with USE expansions enabled.

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-09-30 19:32:14 UTC
No USE in make.conf, then 'flaggie -video_cards_nvidia', and I get:

USE="sd" "evdev synaptics" "artec_eplus48u net " "" "fbdev r300 r600 radeon vesa"
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-10-08 17:18:40 UTC
The following fixes have been pushed:
a2cf2c4 Mark USE expansion-added whitespace as such.
f2f6eb2 Fix writing new USE= with USE expansions enabled.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-10-08 17:18:41 UTC
Created attachment 289253 [details, diff]
Mark USE expansion-added whitespace as such.

This way, writing new USE= won't create trailing whitespace.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-10-08 17:18:42 UTC
Created attachment 289255 [details, diff]
Fix writing new USE= with USE expansions enabled.

Now the variable won't contain USE expansion flags.

Fixes: