db: fix provides handling
db: fix provides handling
Ensure that we only consider the provides when calculating the build order and not otherwise.
Do so by have a separate providers table where we track the providers,
and add a separate each_provider_for
function call so we can separate
out when we want include the providers and when we don't.
Also fixes a bug when the APKBUILD have more than one provider listed.
fixes commit 9e31086f (db: include provides when calculate build order)
fixes: #1 (closed)
Edited by Natanael Copa