summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-30 18:43:21 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-30 18:43:21 -0700
commit74c61b80af137fea93e5cbe7b59567812bb92d5c (patch)
treed53515c1c5e7bc4f84780342c04c3a096af14313 /man
parentd5333ba65e56666802ff82f7153f638da2b5b216 (diff)
downloadportage-74c61b80af137fea93e5cbe7b59567812bb92d5c.tar.gz
portage-74c61b80af137fea93e5cbe7b59567812bb92d5c.tar.bz2
portage-74c61b80af137fea93e5cbe7b59567812bb92d5c.zip
Bug #326561 - Implement FEATURES=unknown-features-filter. This is not
enabled by default now, but it may be in the future, depending on feedback from unknown-features-warn.
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.53
1 files changed, 3 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index ee0f1c1e9..fb7ee85bb 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -469,6 +469,9 @@ If a file is not claimed by another package in the same slot and it is not
protected by \fICONFIG_PROTECT\fR, unmerge it even if the modification time or
checksum differs from the file that was originally installed.
.TP
+.B unknown\-features\-filter
+Filter out any unknown values that the FEATURES variable contains.
+.TP
.B unknown\-features\-warn
Warn if FEATURES contains one or more unknown values.
.TP