_emerge.BlockerDB module

class _emerge.BlockerDB.BlockerDB(fake_vartree)

Bases: object

discardBlocker(pkg)

Discard a package from the list of potential blockers. This will match any package(s) with identical cpv or cp:slot.

findInstalledBlockers(new_pkg)

Search for installed run-time blockers in the root where new_pkg is planned to be installed. This ignores build-time blockers, since new_pkg is assumed to be built already.