Make depgraph._add_pkg() take a Dependency instance. This provides access to
authorZac Medico <zmedico@gentoo.org>
Sat, 4 Oct 2008 05:09:23 +0000 (05:09 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 4 Oct 2008 05:09:23 +0000 (05:09 -0000)
commit91b76333c00c38c1b08c9e6ec1c3500d01f85aae
tree3573d724b3385add8e612921eb453b9522dedf5f
parentba027b7ad4b65543f025cfae9c74e791209cd51c
Make depgraph._add_pkg() take a Dependency instance. This provides access to
the atom which pulled in the package, which may be needed in order to verify
that a different package that's been added to the graph is capable of
satisfying the atom.

svn path=/main/trunk/; revision=11617
pym/_emerge/__init__.py