]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
merged from lp:~donkult/apt/experimental
[apt.git] / apt-pkg / pkgcache.cc
index 94c58f1f0bc5c42f75ae9896ab530c55d1caeb92..0896482718ded11540ea3f33cb8ea53fad41d562 100644 (file)
@@ -638,7 +638,7 @@ pkgCache::Version **pkgCache::DepIterator::AllTargets() const
            continue;
         
         if (IsNegative() == true &&
-            ParentPkg() == I.OwnerPkg())
+            ParentPkg()->Group == I.OwnerPkg()->Group)
            continue;
         
         Size++;