commit:     193304069d73127c7734b0817d0d4e1f509b2d76
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 18:23:36 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Tue Sep 30 00:42:06 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=19330406

_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 3883f72..492cc25 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -1049,8 +1049,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)

Reply via email to