remove outdated "You may avoid the remerging of packages" message
authorZac Medico <zmedico@gentoo.org>
Sun, 5 Feb 2006 19:28:58 +0000 (19:28 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 5 Feb 2006 19:28:58 +0000 (19:28 -0000)
svn path=/main/trunk/; revision=2668

bin/emerge

index 6885cef58b8e73b6d434f24735e6886b2da911cf..081b7f6a4513520fcdee7f0b8d28023c49782ff1 100755 (executable)
@@ -1784,8 +1784,6 @@ class depgraph:
                                                                if mylist.index(x)<len(mylist)-1:
                                                                        p.append(red("*** Portage will stop merging at this point and reload itself,"))
                                                                        p.append(red("    then resume the merge."))
-                                                                       if "--update" not in myopts:
-                                                                               p.append(darkgreen("    You may avoid the remerging of packages by updating portage on its own."))
                                                                        print
                                        else:
                                                if mysplit[0]=="sys-apps/portage" and ("--emptytree" in myopts):