Fix #948: a package depending on itself recursed forever
Created by: ollieparanoid
Fixes #948 (closed). abuild
allows packages depend on its own pkgname
or on a package from its subpackages
. pmbootstrap
used to recurse forever in that case, but now it works, too.