summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
29f37db)
- added FIXME about the missing feature of or-group display in recommends/suggests display
pkgCache::DepIterator End;
D.GlobOr(Start,End); // advances D
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;
string RecommendsOrList,RecommendsOrVersions;
string SuggestsOrList,SuggestsOrVersions;
bool foundInstalledInOrGroup = false;