summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-05 03:42:30 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-05 03:42:30 +0000
commit11b83a2f7a9b332033fda258e97583e2ec231c6b (patch)
tree36c740a1d6c25455d103d6893b47f1da05017e3a /pym
parent117798c67db5e4ef28dab10d266abdb48d237b6c (diff)
downloadportage-11b83a2f7a9b332033fda258e97583e2ec231c6b.tar.gz
portage-11b83a2f7a9b332033fda258e97583e2ec231c6b.tar.bz2
portage-11b83a2f7a9b332033fda258e97583e2ec231c6b.zip
Show ? if the installed package is missing a
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
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/__init__.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index d95392fde..97b273177 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -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" % (