Bug #212080 - Don't list files as being merged when they are ignored due
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 11:41:36 +0000 (11:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 11:41:36 +0000 (11:41 -0000)
to confmem. (trunk r9426)

svn path=/main/branches/2.1.2/; revision=9545

pym/portage.py

index 68483803538504933c577ac63cd115a8fc260b6f..842bc71511675747e6ad830f60800edc89b0a583 100644 (file)
@@ -9464,7 +9464,7 @@ class dblink:
                                                                        moveme = cfgfiledict["IGNORE"]
                                                                        cfgprot = cfgfiledict["IGNORE"]
                                                                        if not moveme:
-                                                                               zing = "-o-"
+                                                                               zing = "---"
                                                                                mymtime = long(mystat.st_mtime)
                                                                else:
                                                                        moveme = 1
@@ -9487,8 +9487,7 @@ class dblink:
                                                sys.exit(1)
                                        zing=">>>"
 
-                               if mymtime!=None:
-                                       zing=">>>"
+                               if mymtime != None:
                                        outfile.write("obj "+myrealdest+" "+mymd5+" "+str(mymtime)+"\n")
                                writemsg_stdout("%s %s\n" % (zing,mydest))
                        else: