summaryrefslogtreecommitdiff
path: root/cmdline/cacheset.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-06-29 19:21:35 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-06-29 19:21:35 +0200
commitcf28bcadb301d00f6534fea97ccf1fde63041e7b (patch)
treefd130174a667a0d0d6cc63da14bb95bb37c34b10 /cmdline/cacheset.h
parentfb83c1d078b9f5e2e28a828c325dc62dcf060f2b (diff)
if the package has no installed & candidate but is virtual see if only
one package provides it - if it is only one use this package instead
Diffstat (limited to 'cmdline/cacheset.h')
-rw-r--r--cmdline/cacheset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline/cacheset.h b/cmdline/cacheset.h
index bf863fb39..2ca794f28 100644
--- a/cmdline/cacheset.h
+++ b/cmdline/cacheset.h
@@ -47,6 +47,8 @@ public: /*{{{*/
virtual VersionSet canNotFindAllVer(pkgCacheFile &Cache, pkgCache::PkgIterator const &Pkg);
virtual VersionSet canNotFindInstCandVer(pkgCacheFile &Cache,
pkgCache::PkgIterator const &Pkg);
+ virtual VersionSet canNotFindCandInstVer(pkgCacheFile &Cache,
+ pkgCache::PkgIterator const &Pkg);
virtual pkgCache::VerIterator canNotFindNewestVer(pkgCacheFile &Cache,
pkgCache::PkgIterator const &Pkg);
virtual pkgCache::VerIterator canNotFindCandidateVer(pkgCacheFile &Cache,