Replace the fakedbapi class that is used to track depgraph state with a
authorZac Medico <zmedico@gentoo.org>
Thu, 10 Apr 2008 06:08:07 +0000 (06:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 10 Apr 2008 06:08:07 +0000 (06:08 -0000)
commitef5d506f68d7363dbccf3a7d94071e29460f380c
tree8dc0b40aad6452c9d5409ee9297820c8addd3ec0
parent85924d4d4464684b73bd33ce8eb310a89c66d4b6
Replace the fakedbapi class that is used to track depgraph state with a
similar PackageVirtualDbapi class that uses Package instances internally.
This eliminates some redundancy since the Package instances can be reused
elsewhere, unlike the internal data structures used by fakedbapi.
(trunk r9786)

svn path=/main/branches/2.1.2/; revision=9790
bin/emerge