projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8abfc5b
)
Bug #248603 - Disable warnings about missing repo_name entries for now.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Oct 2009 02:12:15 +0000
(
02:12
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/_emerge/main.py
b/pym/_emerge/main.py
index 40e0bcf2cfeeffd33a5b111aa34c489522fa8621..c3322c5e2769d84237922a01d2ba54c05101c03c 100644
(file)
--- a/
pym/_emerge/main.py
+++ b/
pym/_emerge/main.py
@@
-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)