diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 11:38:45 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 11:38:45 +0200 |
commit | ec78b277382e27509a6dec91af4a7a524a422e0f (patch) | |
tree | 0bf1e6fe47a5082ecfa5f56e8535f67d24b95b0f /apt-pkg/pkgcache.cc | |
parent | d4882aa1e1a37b3092950180036676a930a5792f (diff) | |
parent | d95dbc2ffd4acd5776ae6de300be320ef459325e (diff) |
merged from lp:~donkult/apt/sid
Diffstat (limited to 'apt-pkg/pkgcache.cc')
-rw-r--r-- | apt-pkg/pkgcache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc index ed24d9ea8..6db025bd0 100644 --- a/apt-pkg/pkgcache.cc +++ b/apt-pkg/pkgcache.cc @@ -632,7 +632,7 @@ pkgCache::Version **pkgCache::DepIterator::AllTargets() const continue; if (IsNegative() == true && - ParentPkg() == I.OwnerPkg()) + ParentPkg()->Group == I.OwnerPkg()->Group) continue; Size++; |