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 1SSzG6-0000kO-Lx for garchives@archives.gentoo.org; Fri, 11 May 2012 23:28:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 648DCE0995; Fri, 11 May 2012 23:28:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3154EE0995 for ; Fri, 11 May 2012 23:28:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 951211B4032 for ; Fri, 11 May 2012 23:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5CA37E542D for ; Fri, 11 May 2012 23:28:17 +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: <1336778885.4cdf0ecb9d54300e92912f4e409f9de1fd208e71.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: 4cdf0ecb9d54300e92912f4e409f9de1fd208e71 X-VCS-Branch: master Date: Fri, 11 May 2012 23:28:17 +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: 4444d5ca-aa1b-4aaf-adb5-95815f3be260 X-Archives-Hash: 3d32eff067e854f71e35c23f43774711 commit: 4cdf0ecb9d54300e92912f4e409f9de1fd208e71 Author: Zac Medico gentoo org> AuthorDate: Fri May 11 23:28:05 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri May 11 23:28:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D4cdf0ecb RepoConfig: sort __slots__ --- 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 3716569..71aefde 100644 --- a/pym/portage/repository/config.py +++ b/pym/portage/repository/config.py @@ -49,9 +49,9 @@ class RepoConfig(object): 'cache_formats', 'create_manifest', 'disable_manifest', 'eapi', 'eclass_db', 'eclass_locations', 'eclass_overrides', 'format', 'locati= on', 'main_repo', 'manifest_hashes', 'masters', 'missing_repo_name', - 'name', 'priority', 'profile_formats', 'sign_commit', 'sign_manifest',= 'sync', 'thin_manifest', - 'update_changelog', 'user_location', 'portage1_profiles', - 'portage1_profiles_compat') + 'name', 'portage1_profiles', 'portage1_profiles_compat', 'priority', + 'profile_formats', 'sign_commit', 'sign_manifest', 'sync', + 'thin_manifest', 'update_changelog', 'user_location') =20 def __init__(self, name, repo_opts): """Build a RepoConfig with options in repo_opts