aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-07-11 14:25:21 -0700
committerZac Medico <zmedico@gentoo.org>2010-07-11 14:25:21 -0700
commitfc0e49d98177691813fe81d0ef678bb7192180b3 (patch)
tree74ec5a4da06ce583ba0fab30ffa26f291a90ee80 /pym/portage/const.py
parentMove the check for unsupported FEATURES to config.validate(). (diff)
downloadportage-fc0e49d98177691813fe81d0ef678bb7192180b3.tar.gz
portage-fc0e49d98177691813fe81d0ef678bb7192180b3.tar.bz2
portage-fc0e49d98177691813fe81d0ef678bb7192180b3.zip
Add FEATURES=unknown-features-warn, so the the warning about unknown FEATURES
values can be disabled.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 0865c02f7..dc8155102 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -94,6 +94,7 @@ SUPPORTED_FEATURES = frozenset([
"python-trace", "sandbox", "sesandbox", "severe", "sfperms",
"sign", "skiprocheck", "split-elog", "split-log", "splitdebug",
"strict", "stricter", "suidctl", "test", "test-fail-continue",
+ "unknown-features-warn",
"unmerge-logs", "unmerge-orphans", "userfetch", "userpriv",
"usersandbox", "usersync", "webrsync-gpg"])