projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af606a2
)
Bug #248603 - Disable warnings about missing repo_name entries for now, since it's
author
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Nov 2008 07:02:16 +0000
(07:02 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Nov 2008 07:02:16 +0000
(07:02 -0000)
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
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 9a0f864831cc5226ce7095fb4ebc69f7d4b923d2..f2209667a4fca91e49ed1b527b25106cd9dd479f 100644
(file)
--- 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 = {}