Show ? if the installed package is missing a
authorZac Medico <zmedico@gentoo.org>
Wed, 5 Dec 2007 03:48:02 +0000 (03:48 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 5 Dec 2007 03:48:02 +0000 (03:48 -0000)
repository label. The stable version of portage
creates these labels now, so false positives
won't be as common as they used to be. (trunk
r8846)

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

bin/emerge

index 096d08610b0ed124e317ca0104e485e8d05f9e18..b4a1ba630b654981adbd70598c29fbea17751849 100755 (executable)
@@ -3197,11 +3197,7 @@ class depgraph:
                                                if repo_name_prev:
                                                        repo_path_prev = portdb.getRepositoryPath(
                                                                repo_name_prev)
-                                               # To avoid spam during the transition period, don't
-                                               # show ? if the installed package is missing a
-                                               # repository label.
-                                               if not repo_path_prev or \
-                                                       repo_path_prev == repo_path_real:
+                                               if repo_path_prev == repo_path_real:
                                                        repoadd = repo_display.repoStr(repo_path_real)
                                                else:
                                                        repoadd = "%s=>%s" % (