aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-02 11:00:56 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-02 11:00:56 -0700
commitf440664c7e09360bd009d434e0ee83635dde932e (patch)
tree15c58391c54e2215b5bd41b96ca256c14c10b52f /pym/portage/const.py
parentHide the portageq list_preserved_libs command when _ENABLE_PRESERVE_LIBS (diff)
downloadportage-f440664c7e09360bd009d434e0ee83635dde932e.tar.gz
portage-f440664c7e09360bd009d434e0ee83635dde932e.tar.bz2
portage-f440664c7e09360bd009d434e0ee83635dde932e.zip
Bug #248603 - Add a _ENABLE_REPO_NAME_WARN constant that's used to
disable warnings about "missing repo_name entries" for the stable branch.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py1
1 files changed, 1 insertions, 0 deletions
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