From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 52F48138010 for ; Sat, 22 Sep 2012 17:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ADF421C013; Sat, 22 Sep 2012 17:08:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0EF3D21C013 for ; Sat, 22 Sep 2012 17:08:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5252F33C900 for ; Sat, 22 Sep 2012 17:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0649BE5445 for ; Sat, 22 Sep 2012 17:08:20 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1348333683.80f71e3fdb06e0bf5f0ee6c4aa25f2b2c7a64dfd.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/emerge.1 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 80f71e3fdb06e0bf5f0ee6c4aa25f2b2c7a64dfd X-VCS-Branch: master Date: Sat, 22 Sep 2012 17:08:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bf87316e-97c5-4cd1-9e1d-58114e233b86 X-Archives-Hash: eebfdfdd5509894579d0e1e4905674b4 commit: 80f71e3fdb06e0bf5f0ee6c4aa25f2b2c7a64dfd Author: Zac Medico gentoo org> AuthorDate: Sat Sep 22 17:08:03 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Sep 22 17:08:03 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=80f71e3f emerge.1: --depclean-lib-check not time-consuming Since commit f393413c3f823ef4a60acfcc41c3920933510fc1, it's optimized so that it shouldn't take much time. --- man/emerge.1 | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index f2fb6cc..da2c631 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -428,9 +428,8 @@ required. .TP .BR "\-\-depclean\-lib\-check [ y | 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. This option is ignored +\fB\-\-depclean\fR and \fB\-\-prune\fR actions. +This option is enabled by default. This option is ignored when FEATURES="preserve\-libs" is enabled in \fBmake.conf\fR(5), since any libraries that have consumers will simply be preserved.