diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2006-01-28 00:42:35 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2006-01-28 00:42:35 +0000 |
commit | ba1a2a5b88586fcd3f30b85eed63703c308119e2 (patch) | |
tree | 89dfd5a17709cbb9fa8fc3ac7c639f9ef3f9f617 | |
parent | 6b3d7f4ac6348f363753a713c57e61e5458651b5 (diff) | |
download | portage-ba1a2a5b88586fcd3f30b85eed63703c308119e2.tar.gz portage-ba1a2a5b88586fcd3f30b85eed63703c308119e2.tar.bz2 portage-ba1a2a5b88586fcd3f30b85eed63703c308119e2.zip |
Disable the vdb check until it can be migrated to filter-env.
svn path=/main/trunk/; revision=2599
-rwxr-xr-x | bin/emaint | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/emaint b/bin/emaint index 4aa1b7c04..6f9977dee 100755 --- a/bin/emaint +++ b/bin/emaint @@ -104,8 +104,9 @@ class VdbKeyHandler(object): return errors # this sucks, should track this in a different manner. -modules = {"world" : WorldHandler, - "vdbkeys": VdbKeyHandler} +#modules = {"world" : WorldHandler, +# "vdbkeys": VdbKeyHandler} +modules = {"world" : WorldHandler} module_names = modules.keys() module_names.sort() |