aboutsummaryrefslogtreecommitdiff
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 /pym/portage/const.py
parentMove FEATURES=unknown-features-warn code to config.regenerate() so (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 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 7edb1f19f..cf24fcc31 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -97,7 +97,7 @@ SUPPORTED_FEATURES = frozenset([
"selinux", "sesandbox", "severe", "sfperms",
"sign", "skiprocheck", "split-elog", "split-log", "splitdebug",
"strict", "stricter", "suidctl", "test", "test-fail-continue",
- "unknown-features-warn",
+ "unknown-features-filter", "unknown-features-warn",
"unmerge-logs", "unmerge-orphans", "userfetch", "userpriv",
"usersandbox", "usersync", "webrsync-gpg"])