Print the resolvables' compatible version
This commit is contained in:
parent
c719d46563
commit
5c42c97abb
@ -170,6 +170,11 @@ struct PackageContentListHandler : BPackageContentHandler {
|
||||
printf(" = ");
|
||||
_PrintPackageVersion(value.resolvable.version);
|
||||
}
|
||||
if (value.resolvable.haveCompatibleVersion) {
|
||||
printf(" (compatible >= ");
|
||||
_PrintPackageVersion(value.resolvable.compatibleVersion);
|
||||
printf(")");
|
||||
}
|
||||
printf("\n");
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user