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

Bug 11760

Summary: env ACCEPT_KEYWORDS doesn't have precedence over make.conf
Product: Portage Development Reporter: Alberto Ornaghi <alor>
Component: UnclassifiedAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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