]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
merged lp:~donkult/apt/sid
[apt.git] / apt-pkg / pkgcache.cc
index faccafbef1757810387dfacc813e72795faeb865..07d85377d9b9dbb18f54e153e91a107e74a15a96 100644 (file)
@@ -637,7 +637,7 @@ pkgCache::Version **pkgCache::DepIterator::AllTargets() const
            continue;
         
         if (IsNegative() == true &&
-            ParentPkg() == I.OwnerPkg())
+            ParentPkg()->Group == I.OwnerPkg()->Group)
            continue;
         
         Size++;