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

Bug 70587

Summary: make.defaults overrides make.conf in setting ACCEPT_KEYWORDS variable
Product: Portage Development Reporter: Andrew Chambers <andyfaeglasgow>
Component: Core - ConfigurationAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Output of emerge --info

Description Andrew Chambers 2004-11-09 08:26:04 UTC
Setting (for example) ACCEPT_KEYWORDS="~x86" in /etc/make.conf doesn't do anything.  Emerge always uses the variable as it is set in /etc/make.profile/make.defaults 

Reproducible: Always
Steps to Reproduce:
1.echo "ACCEPT_KEYWORDS=\"~x86\"" >> /etc/make.conf
2.emerge --info | grep ACCEPT_KEYWORDS
3.

Actual Results:  
ACCEPT_KEYWORDS="x86" displayed in standard output

Expected Results:  
ACCEPT_KEYWORDS="~x86" displayed in standard output
Comment 1 Andrew Chambers 2004-11-09 08:28:50 UTC
Created attachment 43610 [details]
Output of emerge --info
Comment 2 SpanKY gentoo-dev 2004-11-09 08:36:13 UTC
ACCEPT_KEYWORDS is added together, it is not set absolutely

are you sure you spelled it correctly in make.conf ?
Comment 3 Andrew Chambers 2004-11-09 09:47:23 UTC
Don't I feel like an idiot!  I'm sorry for wasting your time.
Comment 4 Marius Mauch (RETIRED) gentoo-dev 2004-11-09 15:00:07 UTC
I assume this is solved then :)