From: Michael Vogt Date: Tue, 29 Jul 2008 14:56:03 +0000 (+0200) Subject: * cmdline/apt-cache.cc: X-Git-Tag: 0.7.22~6^2~56 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7146a53c4c6803bff0ddec739f5ca83231cb2b14?ds=inline * cmdline/apt-cache.cc: - do not show Breaks in unmet --- diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index f10ea48be..d73111b6a 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -102,15 +102,13 @@ bool UnMet(CommandLine &CmdL) if (End->Type != pkgCache::Dep::PreDepends && End->Type != pkgCache::Dep::Depends && End->Type != pkgCache::Dep::Suggests && - End->Type != pkgCache::Dep::Recommends && - End->Type != pkgCache::Dep::DpkgBreaks) + End->Type != pkgCache::Dep::Recommends) continue; // Important deps only if (Important == true) if (End->Type != pkgCache::Dep::PreDepends && - End->Type != pkgCache::Dep::Depends && - End->Type != pkgCache::Dep::DpkgBreaks) + End->Type != pkgCache::Dep::Depends) continue; // Verify the or group