From: Zac Medico Date: Tue, 24 Aug 2010 17:35:22 +0000 (-0700) Subject: Bug #334319 - Don't call config.backup_changes("FEATURES") because it's X-Git-Tag: v2.2_rc69~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ed700746c2c99d18f285a04e85fffa7486677812;p=portage.git Bug #334319 - Don't call config.backup_changes("FEATURES") because it's no longer needed and it causes problems with environment overrides of FEATURES. --- 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: