Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:plugin-sync commit in: pym/_emerge/
Date: Tue, 30 Sep 2014 00:46:58
Message-Id: 1412037726.193304069d73127c7734b0817d0d4e1f509b2d76.dol-sen@gentoo
1 commit: 193304069d73127c7734b0817d0d4e1f509b2d76
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 21 18:23:36 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 30 00:42:06 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=19330406
7
8 _emerge/main.py: Remove redundant portage._sync_mode setting
9
10 ---
11 pym/_emerge/main.py | 2 --
12 1 file changed, 2 deletions(-)
13
14 diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
15 index 3883f72..492cc25 100644
16 --- a/pym/_emerge/main.py
17 +++ b/pym/_emerge/main.py
18 @@ -1049,8 +1049,6 @@ def emerge_main(args=None):
19
20 # Portage needs to ensure a sane umask for the files it creates.
21 os.umask(0o22)
22 - if myaction == "sync":
23 - portage._sync_mode = True
24 emerge_config = load_emerge_config(
25 action=myaction, args=myfiles, opts=myopts)
26 rval = profile_check(emerge_config.trees, emerge_config.action)