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 B111413877A for ; Mon, 16 Jun 2014 15:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0E4E0DC3; Mon, 16 Jun 2014 15:46:33 +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 85AB5E0DA6 for ; Mon, 16 Jun 2014 15:46:32 +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 9ED4D340030 for ; Mon, 16 Jun 2014 15:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 534781880A for ; Mon, 16 Jun 2014 15:46:29 +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: <1402933016.c1b3eb39c5e9a323c92838429880502a25652b33.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: c1b3eb39c5e9a323c92838429880502a25652b33 X-VCS-Branch: plugin-sync Date: Mon, 16 Jun 2014 15:46:29 +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: 3b78b7e4-9414-4dcb-864c-d4f25352dc18 X-Archives-Hash: 996c1b786659da40079933d9d17b459e commit: c1b3eb39c5e9a323c92838429880502a25652b33 Author: Brian Dolbec gentoo org> AuthorDate: Mon Apr 21 18:23:36 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Mon Jun 16 15:36:56 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c1b3eb39 _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 1a920f7..3c0a300 100644 --- a/pym/_emerge/main.py +++ b/pym/_emerge/main.py @@ -1033,8 +1033,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)