]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
French: replace "étiquetage" by "épinglage" for "pinning"
[apt.git] / apt-pkg / pkgcache.cc
index ed24d9ea8564ad2c86b4b08ce09932d02f15096c..6db025bd06fc312ab58739d288c5edeadc9e86f2 100644 (file)
@@ -632,7 +632,7 @@ pkgCache::Version **pkgCache::DepIterator::AllTargets() const
            continue;
         
         if (IsNegative() == true &&
-            ParentPkg() == I.OwnerPkg())
+            ParentPkg()->Group == I.OwnerPkg()->Group)
            continue;
         
         Size++;