Bug #248603 - Disable warnings about missing repo_name entries for now.
authorZac Medico <zmedico@gentoo.org>
Sat, 10 Oct 2009 02:12:15 +0000 (02:12 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 10 Oct 2009 02:12:15 +0000 (02:12 -0000)
svn path=/main/branches/2.1.7/; revision=14542

pym/_emerge/main.py

index 40e0bcf2cfeeffd33a5b111aa34c489522fa8621..c3322c5e2769d84237922a01d2ba54c05101c03c 100644 (file)
@@ -1038,7 +1038,7 @@ def emerge_main():
 
        if "--quiet" not in myopts:
                portage.deprecated_profile_check(settings=settings)
-               repo_name_check(trees)
+               #repo_name_check(trees)
                repo_name_duplicate_check(trees)
                config_protect_check(trees)