From f440664c7e09360bd009d434e0ee83635dde932e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 2 Sep 2010 11:00:56 -0700 Subject: Bug #248603 - Add a _ENABLE_REPO_NAME_WARN constant that's used to disable warnings about "missing repo_name entries" for the stable branch. --- pym/portage/const.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/portage/const.py') diff --git a/pym/portage/const.py b/pym/portage/const.py index cf24fcc31..5ef7eece1 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -119,6 +119,7 @@ MANIFEST2_IDENTIFIERS = ("AUX", "MISC", "DIST", "EBUILD") # between branches. _ENABLE_DYN_LINK_MAP = True _ENABLE_PRESERVE_LIBS = True +_ENABLE_REPO_NAME_WARN = True _ENABLE_SET_CONFIG = True -- cgit v1.2.3-1-g7c22