Show ? if the installed package is missing a
authorZac Medico <zmedico@gentoo.org>
Wed, 5 Dec 2007 03:42:30 +0000 (03:42 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 5 Dec 2007 03:42:30 +0000 (03:42 -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.

svn path=/main/trunk/; revision=8846

pym/_emerge/__init__.py

index d95392fde234be65abe2d5817679ae4fd9abb7f8..97b273177fb494df42f9b41d61bd1cd67d2da8f9 100644 (file)
@@ -3572,11 +3572,7 @@ class depgraph(object):
                                                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" % (