aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/make.conf.54
-rw-r--r--pym/portage/const.py2
2 files changed, 1 insertions, 5 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index fcb0954ea..92a29d7c8 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -421,10 +421,6 @@ Enable sandbox\-ing when running \fBemerge\fR(1) and \fBebuild\fR(1).
.B sesandbox
Enable SELinux sandbox\-ing. Do not toggle this \fBFEATURE\fR yourself.
.TP
-.B severe
-When checking Manifests, only accept ones that have been signed by a
-key which you trust.
-.TP
.B sfperms
Stands for Smart Filesystem Permissions. Before merging packages to the
live filesystem, automatically search for and set permissions on setuid
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",