diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-07-28 07:55:17 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-07-28 07:55:17 -0700 |
commit | 6c204167478b169a6639d711872dca332020b147 (patch) | |
tree | a5cbab8be8138f19c0a3262218c81f8dbfc9294b /man | |
parent | Fix calc_depclean() to skip the topological sort code when there's (diff) | |
download | portage-multirepo-6c204167478b169a6639d711872dca332020b147.tar.gz portage-multirepo-6c204167478b169a6639d711872dca332020b147.tar.bz2 portage-multirepo-6c204167478b169a6639d711872dca332020b147.zip |
Document --depclean-lib-check[=n].
Diffstat (limited to 'man')
-rw-r--r-- | man/emerge.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 29c40da0..fbf668d7 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 |