Bug #334319 - Don't call config.backup_changes("FEATURES") because it's
authorZac Medico <zmedico@gentoo.org>
Tue, 24 Aug 2010 17:35:22 +0000 (10:35 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 24 Aug 2010 17:35:22 +0000 (10:35 -0700)
no longer needed and it causes problems with environment overrides
of FEATURES.

pym/_emerge/actions.py

index 84278d47b09144e45c6b7b35b422d9b291cae0ae..70b06c654b6bd3e078ab8e3337f0e1115a610fd4 100644 (file)
@@ -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: