From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RJfo2-0004a7-Qq for garchives@archives.gentoo.org; Fri, 28 Oct 2011 06:20:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4D5B21C02A; Fri, 28 Oct 2011 06:20:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A6A6321C02A for ; Fri, 28 Oct 2011 06:20:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2622D1B400A for ; Fri, 28 Oct 2011 06:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9022480042 for ; Fri, 28 Oct 2011 06:20:34 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <5d67d1adeed7a6d0c7a9cc00a54a303401f20f8a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/repository/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/repository/config.py X-VCS-Directories: pym/portage/repository/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5d67d1adeed7a6d0c7a9cc00a54a303401f20f8a Date: Fri, 28 Oct 2011 06:20:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 0ef32c249fd44a48bd8543bc851bd957 commit: 5d67d1adeed7a6d0c7a9cc00a54a303401f20f8a Author: Zac Medico gentoo org> AuthorDate: Fri Oct 28 06:20:26 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Oct 28 06:20:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D5d67d1ad RepoConfigLoader: sort layout.conf attributes --- pym/portage/repository/config.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/portage/repository/config.py b/pym/portage/repository/co= nfig.py index 1a7effe..15c7ec5 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 =3D layout_data['aliases'] + tuple(aliases) =20 - for value in ('sign-manifest', 'thin-manifest', 'allow-missing-manife= st', - 'create-manifest', 'disable-manifest', 'cache-formats', 'manifest-ha= shes', - '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]) =20 repo.portage1_profiles =3D any(x.startswith("portage-1") \