summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@debian.org>2005-05-12 13:43:35 +0000
committerOtavio Salvador <otavio@debian.org>2005-05-12 13:43:35 +0000
commit9d06ea8bcdc7ce7b8f3bf9f25398350cf55423c3 (patch)
tree8f54c4f47fef1b87f2eb65f4c1e274ff039f0840 /cmdline/apt-cache.cc
parent9dd00c9b2291df4d669204db918d333705c37b63 (diff)
Another fix included here by mistake. Moving it to apt--fixes--0 branch.
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r--cmdline/apt-cache.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index 7d402a2fd..7f9936dfc 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -1406,19 +1406,6 @@ bool ShowPackage(CommandLine &CmdL)
++found;
- // Show virtual packages
- if (Pkg->ProvidesList != 0)
- {
- ioprintf(std::cout,_("Package %s is a virtual package provided by:\n"),
- Pkg.Name());
-
- pkgCache::PrvIterator I = Pkg.ProvidesList();
- for (; I.end() == false; I++)
- cout << " " << I.OwnerPkg().Name() << endl;
- cout << _("You should explicitly select one to show.") << endl;
- continue;
- }
-
// Find the proper version to use.
if (_config->FindB("APT::Cache::AllVersions","true") == true)
{