Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11760 - env ACCEPT_KEYWORDS doesn't have precedence over make.conf
Summary: env ACCEPT_KEYWORDS doesn't have precedence over make.conf
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-08 04:49 UTC by Alberto Ornaghi
Modified: 2011-10-30 22:18 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 Alberto Ornaghi 2002-12-08 04:49:49 UTC
if I have ACCEPT_KEYWORDS="~x86" in the /etc/make.conf and I use the command:
env ACCEPT_KEYWORDS="x86" emerge -p anything  it still shows me the unstable
version (~x86).

I think env variables should have precedence in order to show only the stable
ebuilds.

bye
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-12-08 12:36:15 UTC
It's incremental. Either remove it from your make.conf or try:
ACCEPT_KEYWORDS="-* x86"
Comment 2 Alberto Ornaghi 2002-12-08 12:44:17 UTC
please write this in the documentation somewhere... ;)

bye