From: Zac Medico Date: Wed, 26 Nov 2008 07:02:16 +0000 (-0000) Subject: Bug #248603 - Disable warnings about missing repo_name entries for now, since it's X-Git-Tag: v2.1.6_rc2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=39b9c1ee0ec8a67c469d024f7248f8d1e71425cb;p=portage.git Bug #248603 - Disable warnings about missing repo_name entries for now, since it's not really a pressing matter and we still need to update docs and maybe add an emaint command to generate missing entries for users who just want the warning to go away. svn path=/main/branches/2.1.6/; revision=12100 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 9a0f86483..f2209667a 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -13553,7 +13553,7 @@ def emerge_main(): if "--quiet" not in myopts: portage.deprecated_profile_check() - repo_name_check(trees) + #repo_name_check(trees) config_protect_check(trees) eclasses_overridden = {}