NOISSUE consider classifier when comparing library names

This commit is contained in:
Petr Mrázek
2023-09-01 23:13:03 +02:00
parent 33a8b916a1
commit 9ec1d43565
11 changed files with 22 additions and 23 deletions

View File

@@ -94,7 +94,7 @@ public: /* data */
* MultiMC: set of packages this depends on
* NOTE: this is shared with the meta format!!!
*/
Meta::RequireSet requires;
Meta::RequireSet depends;
/**
* MultiMC: set of packages this conflicts with