From 75a3815d904ca29584fd89b25017538631053c3b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 28 Jun 2011 02:12:27 -0700 Subject: Remove unimplemented "severe" FEATURES value. This will fix bug #373301. --- 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 e91c00989..6bca8f95a 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -97,7 +97,7 @@ SUPPORTED_FEATURES = frozenset([ "parse-eapi-ebuild-head", "prelink-checksums", "preserve-libs", "protect-owned", "python-trace", "sandbox", - "selinux", "sesandbox", "severe", "sfperms", + "selinux", "sesandbox", "sfperms", "sign", "skiprocheck", "split-elog", "split-log", "splitdebug", "strict", "stricter", "suidctl", "test", "test-fail-continue", "unknown-features-filter", "unknown-features-warn", -- cgit v1.2.3-1-g7c22