Skip to content

Fixed packages not yet installed sometimes missing dependencies

Benjamin Winger requested to merge bmwinger/portmod:deep-not-installed into master

Fixes #340 (closed)

Packages which are in @world but not installed will be added to the dependency formula in deep mode to make sure that their entire dependency tree is satisfied. Only packages in @world which are already installed will not be added in deep mode

Merge request reports