From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AAE413877A for ; Mon, 16 Jun 2014 15:18:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73DD8E0D41; Mon, 16 Jun 2014 15:18:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF430E0D39 for ; Mon, 16 Jun 2014 15:18:48 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D284C33FE3E for ; Mon, 16 Jun 2014 15:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9DEB9187EC for ; Mon, 16 Jun 2014 15:18:46 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1399954661.7bee1cfbc2c43c23ed2ddd066490b5b1d9f72c7f.dol-sen@gentoo> Subject: [gentoo-commits] proj/portage:plugin-sync commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/main.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 7bee1cfbc2c43c23ed2ddd066490b5b1d9f72c7f X-VCS-Branch: plugin-sync Date: Mon, 16 Jun 2014 15:18:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe77dfee-85a7-4050-9ac6-31f2accb46e7 X-Archives-Hash: 7147fbb0a3257693863634b45cb4b5ce commit: 7bee1cfbc2c43c23ed2ddd066490b5b1d9f72c7f Author: Brian Dolbec gentoo org> AuthorDate: Mon Apr 21 18:23:36 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue May 13 04:17:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7bee1cfb _emerge/main.py: remove redundant portage._sync_mode setting --- pym/_emerge/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py index eddb16c..3e9d7d1 100644 --- a/pym/_emerge/main.py +++ b/pym/_emerge/main.py @@ -1020,8 +1020,6 @@ def emerge_main(args=None): # Portage needs to ensure a sane umask for the files it creates. os.umask(0o22) - if myaction == "sync": - portage._sync_mode = True emerge_config = load_emerge_config( action=myaction, args=myfiles, opts=myopts) rval = profile_check(emerge_config.trees, emerge_config.action)