diff options
-rw-r--r-- | pym/portage/const.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py index 6bb465629..32e7b40a5 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -88,7 +88,7 @@ SUPPORTED_FEATURES = frozenset([ "fakeroot", "fail-clean", "fixpackages", "getbinpkg", "installsources", "keeptemp", "keepwork", "lafilefixing", "lmirror", "metadata-transfer", "mirror", "multilib-strict", "news", - "noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip" + "noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip", "notitles", "parallel-fetch", "parse-eapi-ebuild-head", "parse-eapi-glep-55", "preserve-libs", "protect-owned", "python-trace", "sandbox", "sesandbox", "severe", "sfperms", |