diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:01 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:01 +0000 |
commit | 76fbce56571f70ea78a0b9280e453031e5d64284 (patch) | |
tree | 0faf7cfae445954390f73b59bcc8455a494ebb27 /cmdline/apt-get.cc | |
parent | e102791adef7375c3e6fa7c8f58d74105bd58d25 (diff) |
Stuff
Author: jgg
Date: 1998-12-06 06:22:58 GMT
Stuff
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 652825903..e8035abd0 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.25 1998/12/06 06:22:01 jgg Exp $ +// $Id: apt-get.cc,v 1.26 1998/12/06 06:22:59 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -135,7 +135,7 @@ void ShowBroken(ostream &out,pkgDepCache &Cache) pkgCache::DepIterator Start; pkgCache::DepIterator End; D.GlobOr(Start,End); - + if (Cache.IsImportantDep(End) == false || (Cache[End] & pkgDepCache::DepGInstall) == pkgDepCache::DepGInstall) continue; |