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 <gentoo-commits+bounces-425725-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RvzfX-0003HB-9z
	for garchives@archives.gentoo.org; Fri, 10 Feb 2012 23:14:19 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 46722E07B2;
	Fri, 10 Feb 2012 23:14:07 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 184D2E07B2
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Feb 2012 23:14:07 +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 517E11B4008
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Feb 2012 23:14:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 16834E53FF
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Feb 2012 23:14:05 +0000 (UTC)
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org>
Message-ID: <b92ed5bbd7c90b532019e197a17ba2e698740759.zmedico@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: bin/
X-VCS-Repository: proj/portage
X-VCS-Files: bin/repoman
X-VCS-Directories: bin/
X-VCS-Committer: zmedico
X-VCS-Committer-Name: Zac Medico
X-VCS-Revision: b92ed5bbd7c90b532019e197a17ba2e698740759
Date: Fri, 10 Feb 2012 23:14:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 2672ae96-6030-44f3-be34-9d9edd24040b
X-Archives-Hash: 5e2f1677060403d3642b917f8915878e

commit:     b92ed5bbd7c90b532019e197a17ba2e698740759
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 23:13:49 2012 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 23:13:49 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a=
=3Dcommit;h=3Db92ed5bb

repoman: remove redundant config constructor

---
 bin/repoman |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/bin/repoman b/bin/repoman
index c78b42f..7edeb65 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -96,7 +96,6 @@ os.umask(0o22)
 repoman_incrementals =3D tuple(x for x in \
 	portage.const.INCREMENTALS if x !=3D 'ACCEPT_KEYWORDS')
 repoman_settings =3D portage.config(local_config=3DFalse)
-repoman_settings.lock()
=20
 if repoman_settings.get("NOCOLOR", "").lower() in ("yes", "true") or \
 	repoman_settings.get('TERM') =3D=3D 'dumb' or \
@@ -559,7 +558,6 @@ if options.mode =3D=3D 'commit' and not options.prete=
nd and not vcs:
 	options.pretend =3D True
=20
 # Ensure that PORTDIR_OVERLAY contains the repository corresponding to $=
PWD.
-repoman_settings =3D portage.config(local_config=3DFalse)
 repoman_settings['PORTDIR_OVERLAY'] =3D "%s %s" % \
 	(repoman_settings.get('PORTDIR_OVERLAY', ''),
 	portage._shell_quote(portdir_overlay))