From: Zac Medico Date: Fri, 28 Oct 2011 06:20:26 +0000 (-0700) Subject: RepoConfigLoader: sort layout.conf attributes X-Git-Tag: v2.2.0_alpha72~39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5d67d1adeed7a6d0c7a9cc00a54a303401f20f8a;p=portage.git RepoConfigLoader: sort layout.conf attributes --- diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py index 1a7effe1f..15c7ec5dd 100644 --- a/pym/portage/repository/config.py +++ b/pym/portage/repository/config.py @@ -399,9 +399,9 @@ class RepoConfigLoader(object): # them the ability to do incremental overrrides repo.aliases = layout_data['aliases'] + tuple(aliases) - for value in ('sign-manifest', 'thin-manifest', 'allow-missing-manifest', - 'create-manifest', 'disable-manifest', 'cache-formats', 'manifest-hashes', - 'update-changelog'): + for value in ('allow-missing-manifest', 'cache-formats', + 'create-manifest', 'disable-manifest', 'manifest-hashes', + 'sign-manifest', 'thin-manifest', 'update-changelog'): setattr(repo, value.lower().replace("-", "_"), layout_data[value]) repo.portage1_profiles = any(x.startswith("portage-1") \