Do not unmerge fifo files because, since their mtime is not stored in CONTENTS, we...
authorZac Medico <zmedico@gentoo.org>
Sat, 10 Jun 2006 05:06:35 +0000 (05:06 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 10 Jun 2006 05:06:35 +0000 (05:06 -0000)
svn path=/main/trunk/; revision=3482

pym/portage.py

index e51f2ee157020ab8c246ae723bd626e3a127b090..ffeed06a1f1580b7e75dbc2588d0c0b7e4a7aadd 100644 (file)
@@ -6066,11 +6066,7 @@ class dblink:
                                        if not stat.S_ISFIFO(lstatobj[stat.ST_MODE]):
                                                writemsg_stdout("--- !fif   %s %s\n" % ("fif", obj))
                                                continue
-                                       try:
-                                               os.unlink(obj)
-                                       except (OSError,IOError),e:
-                                               pass
-                                       writemsg_stdout("<<<        %s %s\n" % ("fif",obj))
+                                       writemsg_stdout("---        %s %s\n" % ("fif",obj))
                                elif pkgfiles[objkey][0]=="dev":
                                        writemsg_stdout("---        %s %s\n" % ("dev",obj))