]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
merge debian/sid into debian/experimental
[apt.git] / cmdline / apt-cache.cc
index 342ad18580c803ec0febed7fafe6311666042ce6..a5024c5812924738ddd0ab598854cccd41c9264c 100644 (file)
@@ -116,7 +116,7 @@ static bool ShowUnMet(pkgCache::VerIterator const &V, bool const Important)
                  continue;
 
            // Skip conflicts and replaces
-           if (End.IsNegative() == true)
+           if (End.IsNegative() == true || End->Type == pkgCache::Dep::Replaces)
               continue;
 
            // Verify the or group
@@ -133,7 +133,7 @@ static bool ShowUnMet(pkgCache::VerIterator const &V, bool const Important)
                  break;
               }
               delete [] VList;
-              
+
               if (Start == End)
                  break;
               ++Start;