pkg: forward "provided_by_hand" flag in pkg_merge()
authorJo-Philipp Wich <jo@mein.io>
Tue, 28 Feb 2017 23:08:40 +0000 (00:08 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 28 Feb 2017 23:16:28 +0000 (00:16 +0100)
commit758527e6e714fa077445a6f9f12b5e0a295d2af8
tree3c1f684420834a75c127dceaaeb3e1d5743b46f7
parent1fdc2cac54c34caf9c196799cf63add009523c9a
pkg: forward "provided_by_hand" flag in pkg_merge()

Due to the fact that we now load status files after preparing the abstract
structures describing the cli specified packages, we need to ensure that the
"provided_by_hand" flag is properly conveyed in pkg_merge(), otherwise the
cli provided package archive might get ignored in favor to a newer version
from feeds.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libopkg/pkg.c