diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-10 22:45:58 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-10 22:45:58 +0100 |
commit | 67e0766f0eab85ce1aeacee75fc6b200f36996c9 (patch) | |
tree | d3b28a7e8d75f523f0787da6609956257909a938 /apt-pkg/pkgcachegen.h | |
parent | 302578f3b286540a327c822d8be3ccbb4fa47d0a (diff) |
Foreign Versions add an implicit Provides to the other packages in the group
Diffstat (limited to 'apt-pkg/pkgcachegen.h')
-rw-r--r-- | apt-pkg/pkgcachegen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/pkgcachegen.h b/apt-pkg/pkgcachegen.h index ca5d74a9f..46d0cd893 100644 --- a/apt-pkg/pkgcachegen.h +++ b/apt-pkg/pkgcachegen.h @@ -104,8 +104,8 @@ class pkgCacheGenerator::ListParser bool NewDepends(pkgCache::VerIterator Ver,const string &Package, const string &Arch, const string &Version,unsigned int Op, unsigned int Type); - bool NewProvides(pkgCache::VerIterator Ver,const string &Package, - const string &Version); + bool NewProvides(pkgCache::VerIterator Ver,const string &PkgName, + const string &PkgArch, const string &Version); public: |