Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70587 - make.defaults overrides make.conf in setting ACCEPT_KEYWORDS variable
Summary: make.defaults overrides make.conf in setting ACCEPT_KEYWORDS variable
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Configuration (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-09 08:26 UTC by Andrew Chambers
Modified: 2004-11-09 15:00 UTC (History)
0 users

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


Attachments
Output of emerge --info (emrg_info,1.62 KB, text/plain)
2004-11-09 08:28 UTC, Andrew Chambers
Details

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