summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2006-01-28 00:42:35 +0000
committerJason Stubbs <jstubbs@gentoo.org>2006-01-28 00:42:35 +0000
commitba1a2a5b88586fcd3f30b85eed63703c308119e2 (patch)
tree89dfd5a17709cbb9fa8fc3ac7c639f9ef3f9f617 /bin/emaint
parentadd the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but ti... (diff)
downloadportage-multirepo-ba1a2a5b88586fcd3f30b85eed63703c308119e2.tar.gz
portage-multirepo-ba1a2a5b88586fcd3f30b85eed63703c308119e2.tar.bz2
portage-multirepo-ba1a2a5b88586fcd3f30b85eed63703c308119e2.zip
Disable the vdb check until it can be migrated to filter-env.
svn path=/main/trunk/; revision=2599
Diffstat (limited to 'bin/emaint')
-rwxr-xr-xbin/emaint5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/emaint b/bin/emaint
index 4aa1b7c0..6f9977de 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()