summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 033a7d0bb..eb8df9cd3 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -2473,13 +2473,9 @@ def adjust_config(myopts, settings):
if fail_clean is True and \
'fail-clean' not in settings.features:
settings.features.add('fail-clean')
- settings['FEATURES'] = ' '.join(sorted(settings.features))
- settings.backup_changes('FEATURES')
elif fail_clean == 'n' and \
'fail-clean' in settings.features:
settings.features.remove('fail-clean')
- settings['FEATURES'] = ' '.join(sorted(settings.features))
- settings.backup_changes('FEATURES')
CLEAN_DELAY = 5
try: