Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68276 - emerge -vp ignores inline use
Summary: emerge -vp ignores inline use
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-20 07:48 UTC by John Larsen
Modified: 2004-10-20 08:17 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 John Larsen 2004-10-20 07:48:29 UTC
Given a command such as 
USE="-ssl" emerge -vp mozilla

it reports that -ssl will be used in the build when actually it won't.
This works if -ssl is put into the make.conf file, so its treating the inline USE differently than the make.conf USE

Reproducible: Always
Steps to Reproduce:
Comment 1 John Larsen 2004-10-20 07:49:19 UTC
Opps should have said 
"it reports that +ssl will be used in the build when actually it won't."

Sorry
Comment 2 John Larsen 2004-10-20 08:17:41 UTC
Ok figured this one out, feel stupid.