Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12100 - main/branches/2.1.6/pym/_emerge
Date: Wed, 26 Nov 2008 07:02:20
Message-Id: E1L5EPh-0003ho-IS@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-26 07:02:16 +0000 (Wed, 26 Nov 2008)
3 New Revision: 12100
4
5 Modified:
6 main/branches/2.1.6/pym/_emerge/__init__.py
7 Log:
8 Bug #248603 - Disable warnings about missing repo_name entries for now, since it's
9 not really a pressing matter and we still need to update docs and maybe add an emaint
10 command to generate missing entries for users who just want the warning to go away.
11
12
13 Modified: main/branches/2.1.6/pym/_emerge/__init__.py
14 ===================================================================
15 --- main/branches/2.1.6/pym/_emerge/__init__.py 2008-11-26 06:52:05 UTC (rev 12099)
16 +++ main/branches/2.1.6/pym/_emerge/__init__.py 2008-11-26 07:02:16 UTC (rev 12100)
17 @@ -13553,7 +13553,7 @@
18
19 if "--quiet" not in myopts:
20 portage.deprecated_profile_check()
21 - repo_name_check(trees)
22 + #repo_name_check(trees)
23 config_protect_check(trees)
24
25 eclasses_overridden = {}