summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 84278d47b..70b06c654 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -2465,8 +2465,6 @@ def adjust_config(myopts, settings):
# Kill noauto as it will break merges otherwise.
if "noauto" in settings.features:
settings.features.remove('noauto')
- settings['FEATURES'] = ' '.join(sorted(settings.features))
- settings.backup_changes("FEATURES")
fail_clean = myopts.get('--fail-clean')
if fail_clean is not None: