diff options
-rw-r--r-- | pkgcore/ebuild/formatter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgcore/ebuild/formatter.py b/pkgcore/ebuild/formatter.py index fcfb8dc9..249e8ce7 100644 --- a/pkgcore/ebuild/formatter.py +++ b/pkgcore/ebuild/formatter.py @@ -231,7 +231,7 @@ class PortageFormatter(Formatter): # - U and D are both displayed to show a downgrade - this is kept # in order to be consistent with existing portage behaviour - verbose = self.verbose + verbose = getattr(self, "display_repoid", False) out = self.out origautoline = out.autoline |