Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385123 - flaggie: NewVariable('IUSE') contains random USE_EXPAND values in output
Summary: flaggie: NewVariable('IUSE') contains random USE_EXPAND values in output
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-30 19:32 UTC by Michał Górny
Modified: 2011-10-08 17:18 UTC (History)
0 users

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


Attachments
Mark USE expansion-added whitespace as such. (Mark-USE-expansion-added-whitespace-as-such.patch,984 bytes, patch)
2011-10-08 17:18 UTC, Michał Górny
Details | Diff
Fix writing new USE= with USE expansions enabled. (Fix-writing-new-USE-with-USE-expansions-enabled.patch,872 bytes, patch)
2011-10-08 17:18 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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: