| Index: pym/portage/const.py
|
| diff --git a/pym/portage/const.py b/pym/portage/const.py
|
| index f798202776332ae734ba8a2b45206cdab7a8d9ff..b2d2f77143cc5f120255e140cd00239bc112c0de 100644
|
| --- a/pym/portage/const.py
|
| +++ b/pym/portage/const.py
|
| @@ -93,7 +93,7 @@ SUPPORTED_FEATURES = frozenset([
|
| "installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
|
| "metadata-transfer", "mirror", "multilib-strict", "news",
|
| "noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip",
|
| - "notitles", "parallel-fetch", "parse-eapi-ebuild-head",
|
| + "notitles", "no-env-update", "parallel-fetch", "parse-eapi-ebuild-head",
|
| "prelink-checksums", "preserve-libs",
|
| "protect-owned", "python-trace", "sandbox",
|
| "selinux", "sesandbox", "severe", "sfperms",
|
|
|