]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
* methods/gzip.cc:
[apt.git] / cmdline / apt-get.cc
index a0fddf368d2517afac12059741d1945fbaa17ddc..64882e3e8875ad58672ae0c14f3f80964f207584 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;