Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36829 - Incorrect ACCEPT_KEYWORDS instructions
Summary: Incorrect ACCEPT_KEYWORDS instructions
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Tobias Scherbaum (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-30 10:16 UTC by Jon Portnoy (RETIRED)
Modified: 2003-12-30 17:39 UTC (History)
1 user (show)

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 Jon Portnoy (RETIRED) gentoo-dev 2003-12-30 10:16:16 UTC
http://www.gentoo.org/doc/en/handbook/handbook.xml?part=1&chap=5#doc_chap4

States:

"
Ebuilds (the package format Gentoo uses) are located in one out of three trees. The first one is called ARCH, meaning that the ebuild and its dependencies are thought to be stable and ready for general acceptance. To use packages from ARCH, ACCEPT_KEYWORDS should contain your architecture (being x86, alpha, ppc, sparc or hppa):

Code listing 17: Setting ACCEPT_KEYWORDS for the x86 architecture in ARCH

ACCEPT_KEYWORDS="x86"
"

Setting ACCEPT_KEYWORDS to a stable arch is redundant. ACCEPT_KEYWORDS is only needed to use testing keywords (~arch).
Comment 1 Benoit Boissinot 2003-12-30 12:07:40 UTC
I don't think that setting ACCEPT_KEYWORDS to a stable arch is redundant since there are ebuild that are masked or marked as unstable only for a particular arch.
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2003-12-30 16:08:44 UTC
Yes. And you get them via ACCEPT_KEYWORDS="~x86" for x86 - but you definitely never need ACCEPT_KEYWORDS="x86" on a system using the default-x86-1.4 profile.

Portage does that for you ($ARCH in ACCEPT_KEYWORDS).
Comment 3 Tobias Scherbaum (RETIRED) gentoo-dev 2003-12-30 17:31:26 UTC
Since it is redundant, not necessary at this point and furthermore explained in the second part of the handbook I would agree that this subsection can be removed.
Comment 4 Tobias Scherbaum (RETIRED) gentoo-dev 2003-12-30 17:39:04 UTC
Fixed in cvs.