From: Jason Stubbs Date: Sat, 28 Jan 2006 00:42:35 +0000 (-0000) Subject: Disable the vdb check until it can be migrated to filter-env. X-Git-Tag: v2.1_pre4~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba1a2a5b88586fcd3f30b85eed63703c308119e2;p=portage.git Disable the vdb check until it can be migrated to filter-env. svn path=/main/trunk/; revision=2599 --- 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()