int
pkg_setautomatic(struct pkg *pkg)
{
assert(pkg != NULL);
pkg->automatic = true;
return (EPKG_OK);