projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b3d7f4
)
Disable the vdb check until it can be migrated to filter-env.
author
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 28 Jan 2006 00:42:35 +0000
(
00:42
-0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 28 Jan 2006 00:42:35 +0000
(
00:42
-0000)
svn path=/main/trunk/; revision=2599
bin/emaint
patch
|
blob
|
history
diff --git
a/bin/emaint
b/bin/emaint
index 4aa1b7c0401e92807b6db4077f502def06d221e9..6f9977dee685c3a4f0886e0625bc7025bba2b3f7 100755
(executable)
--- 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()