aboutsummaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-06-28 02:12:27 -0700
committerZac Medico <zmedico@gentoo.org>2011-06-28 02:12:27 -0700
commit75a3815d904ca29584fd89b25017538631053c3b (patch)
treee7be01309ef929a22a940128a525636fa1dba64e /pym
parentvarexpand: handle backslashes like more like bash (diff)
downloadportage-75a3815d904ca29584fd89b25017538631053c3b.tar.gz
portage-75a3815d904ca29584fd89b25017538631053c3b.tar.bz2
portage-75a3815d904ca29584fd89b25017538631053c3b.zip
Remove unimplemented "severe" FEATURES value.
This will fix bug #373301.
Diffstat (limited to 'pym')
-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 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",