From ed700746c2c99d18f285a04e85fffa7486677812 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 24 Aug 2010 10:35:22 -0700 Subject: Bug #334319 - Don't call config.backup_changes("FEATURES") because it's no longer needed and it causes problems with environment overrides of FEATURES. --- pym/_emerge/actions.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pym') 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: -- cgit v1.2.3-1-g7c22