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

Bug 68276

Summary: emerge -vp ignores inline use
Product: Gentoo Linux Reporter: John Larsen <jlarsen>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.