* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 9 Aug 2006 14:54:13 +0000 (16:54 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 9 Aug 2006 14:54:13 +0000 (16:54 +0200)
  - added FIXME about the missing feature of or-group display in recommends/suggests display

cmdline/apt-get.cc

index a0fddf3..64882e3 100644 (file)
@@ -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;