From 6c204167478b169a6639d711872dca332020b147 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 28 Jul 2010 07:55:17 -0700 Subject: Document --depclean-lib-check[=n]. --- man/emerge.1 | 6 ++++++ pym/_emerge/help.py | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/man/emerge.1 b/man/emerge.1 index 29c40da08..fbf668d71 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -353,6 +353,12 @@ listed in the dependencies of a package. Also see \fB\-\-with\-bdeps\fR for behavior with respect to build time dependencies that are not strictly required. .TP +.BR "\-\-depclean\-lib\-check[=n]" +Account for library link-level dependencies during +\fB-\-depclean\fR and \fB-\-prune\fR actions. This +option is enabled by default. In some cases this can +be somewhat time\-consuming. +.TP .BR "\-\-emptytree " (\fB\-e\fR) Reinstalls target atoms and their entire deep dependency tree, as though no packages are currently diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index fd49adeb9..fe616ca95 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -378,6 +378,14 @@ def help(myopts, havecolor=1): print(" Also see --with-bdeps for behavior with respect to build time") print(" dependencies that are not strictly required.") print() + print(" " + green("--depclean-lib-check") + "[=%s]" % turquoise("n")) + desc = "Account for library link-level dependencies during " + \ + "--depclean and --prune actions. This " + \ + "option is enabled by default. In some cases this can " + \ + "be somewhat time-consuming." + for line in wrap(desc, desc_width): + print(desc_indent + line) + print() print(" "+green("--emptytree")+" ("+green("-e")+" short option)") desc = "Reinstalls target atoms and their entire deep " + \ "dependency tree, as though no packages are currently " + \ -- cgit v1.2.3-1-g7c22