From 74c61b80af137fea93e5cbe7b59567812bb92d5c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 30 Aug 2010 18:43:21 -0700 Subject: 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. --- pym/portage/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/const.py') 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"]) -- cgit v1.2.3-1-g7c22