From a574fd9e6f81a0a072cbaf34c6bd45ad7942cc94 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 21 Sep 2012 11:40:20 -0700 Subject: Add _DEPCLEAN_LIB_CHECK_DEFAULT constant. This will allow for the option to be available in the stable branch without changing the default --depclean behavior. --- 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 49a14d3ab..1e3da36f2 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -167,6 +167,7 @@ if "PORTAGE_OVERRIDE_EPREFIX" in os.environ: # Private constants for use in conditional code in order to minimize the diff # between branches. _ENABLE_DYN_LINK_MAP = True +_DEPCLEAN_LIB_CHECK_DEFAULT = True _ENABLE_PRESERVE_LIBS = True _ENABLE_REPO_NAME_WARN = True _ENABLE_SET_CONFIG = True -- cgit v1.2.3-1-g7c22