projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67601ab
)
Bug #334319 - Don't call config.backup_changes("FEATURES") because it's
author
Zac Medico
<zmedico@gentoo.org>
Tue, 24 Aug 2010 17:35:22 +0000
(10:35 -0700)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index 84278d47b09144e45c6b7b35b422d9b291cae0ae..70b06c654b6bd3e078ab8e3337f0e1115a610fd4 100644
(file)
--- 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: