From 39020a6a418c0910b372e04a8f4959ce258d1989 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 15 Aug 2010 20:46:39 -0700 Subject: Add support for /etc/portage/package.accept_keywords. If both package.accept_keywords and package.keywords are present, both of them will be used, and values from package.accept_keywords will override values from package.keywords. The package.accept_keywords file is intended to replace the package.keywords file, since profiles support a different form of package.keywords which modifies effective KEYWORDS (rather than ACCEPT_KEYWORDS). Note that bug #292083 requests support for package.accept_keywords in profiles. --- man/portage.5 | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'man') diff --git a/man/portage.5 b/man/portage.5 index e9da4c339..41224deb3 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -51,6 +51,7 @@ color.map make.conf mirrors modules +package.accept_keywords package.keywords package.license package.mask @@ -408,9 +409,9 @@ it were a single file. .I Example: .nf -/etc/portage/package.keywords/common -/etc/portage/package.keywords/e17 -/etc/portage/package.keywords/kde +/etc/portage/package.accept_keywords/common +/etc/portage/package.accept_keywords/e17 +/etc/portage/package.accept_keywords/kde .fi .RS .TP @@ -489,10 +490,16 @@ listed in \fBPORTDIR_OVERLAY\fR or a cvs tree, run `emerge \-\-regen` to keep all metadata in that format alone (useful for querying), enable FEATURES="metadata-transfer" in \fBmake.conf\fR(5). .TP -.BR package.keywords -Per\-package KEYWORDS. Useful for mixing unstable packages in with a normally +\fBpackage.accept_keywords\fR and \fBpackage.keywords\fR +Per\-package ACCEPT_KEYWORDS. Useful for mixing unstable packages in with a normally stable system or vice versa. This will allow ACCEPT_KEYWORDS to be augmented -for a single package. +for a single package. If both \fBpackage.accept_keywords\fR and +\fBpackage.keywords\fR are present, both of them will be used, and values +from \fBpackage.accept_keywords\fR will override values from +\fBpackage.keywords\fR. The \fBpackage.accept_keywords\fR file is +intended to replace the \fBpackage.keywords\fR file, since +profiles support a different form of \fBpackage.keywords\fR which +modifies effective KEYWORDS (rather than ACCEPT_KEYWORDS). .I Format: .nf @@ -528,7 +535,7 @@ example, a binary only package which is built for x86 will look like: games-fps/quake3-demo-1.11.ebuild:KEYWORDS="-* x86" If you wish to accept this package anyways, then use one of the other keywords in your -package.keywords like this: +package.accept_keywords like this: games-fps/quake3-demo x86 -- cgit v1.2.3-1-g7c22