From cd33a78610099e9f0cfdcad782f9d92e55ea647e Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 9 Aug 2006 16:54:13 +0200 Subject: * cmdline/apt-get.cc: - added FIXME about the missing feature of or-group display in recommends/suggests display --- cmdline/apt-get.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index a0fddf368..64882e3e8 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1623,6 +1623,8 @@ bool DoInstall(CommandLine &CmdL) pkgCache::DepIterator End; D.GlobOr(Start,End); // advances D + // FIXME: we really should display a or-group as a or-group to the user + // the problem is that ShowList is incapable of doing this string RecommendsOrList,RecommendsOrVersions; string SuggestsOrList,SuggestsOrVersions; bool foundInstalledInOrGroup = false; -- cgit v1.2.3