RepoConfigLoader: sort layout.conf attributes
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Oct 2011 06:20:26 +0000 (23:20 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Oct 2011 06:20:26 +0000 (23:20 -0700)
pym/portage/repository/config.py

index 1a7effe1ff53d1ff66ea5597ef00421ce03104c1..15c7ec5dd9ac0dfba2418cb38441410c9b10c18b 100644 (file)
@@ -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") \