Просмотр исходного кода

* cmdline/apt-get.cc:
- added FIXME about the missing feature of or-group display in recommends/suggests display

Michael Vogt лет назад: 20
Родитель
Сommit
cd33a78610
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      cmdline/apt-get.cc

+ 2 - 0
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;