summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-24 10:35:22 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-24 10:35:22 -0700
commited700746c2c99d18f285a04e85fffa7486677812 (patch)
treef99a900563eab71dda59c960960ee7b6c370f990 /pym/_emerge/actions.py
parent67601abd9cb96782ce2824ea7abe74a2a9068621 (diff)
downloadportage-ed700746c2c99d18f285a04e85fffa7486677812.tar.gz
portage-ed700746c2c99d18f285a04e85fffa7486677812.tar.bz2
portage-ed700746c2c99d18f285a04e85fffa7486677812.zip
Bug #334319 - Don't call config.backup_changes("FEATURES") because it's
no longer needed and it causes problems with environment overrides of FEATURES.
Diffstat (limited to 'pym/_emerge/actions.py')
-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: