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 19B5813873B for ; Sun, 2 Mar 2014 08:47:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5351E0ABC; Sun, 2 Mar 2014 08:46:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FF27E0ABC for ; Sun, 2 Mar 2014 08:46:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96F6A33FAA4 for ; Sun, 2 Mar 2014 08:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A7876183B3 for ; Sun, 2 Mar 2014 08:46:53 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1393749906.dd1038e55fd9d1c7c89a6e54d355c71e6daeaa13.dol-sen@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: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: dd1038e55fd9d1c7c89a6e54d355c71e6daeaa13 X-VCS-Branch: master Date: Sun, 2 Mar 2014 08:46:53 +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: ae11ce70-7081-4806-9d83-5e4374c17b46 X-Archives-Hash: 212cc88701ea641cf89ad3aa6683e74f commit: dd1038e55fd9d1c7c89a6e54d355c71e6daeaa13 Author: Brian Dolbec gentoo org> AuthorDate: Sun Mar 2 08:45:06 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Mar 2 08:45:06 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=dd1038e5 man/ebuild.1: Add --verbose-slot-rebuilds option. --- man/emerge.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/emerge.1 b/man/emerge.1 index be22f35..abb0ed8 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Feb 2014" "Portage VERSION" "Portage" +.TH "EMERGE" "1" "Mar 2014" "Portage VERSION" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" @@ -858,6 +858,10 @@ hundreds of packages for slot conflicts. .BR "\-\-verbose\-main\-repo\-display" In the package merge list display, print ::repository even for main repository. .TP +.BR "\-\-verbose\-slot\-rebuilds [ y | n ]" +Turns on/off the extra emerge output to list which packages are causing rebuilds. +The default is set to "y" (on). +.TP .BR "\-\-with\-bdeps < y | n >" In dependency calculations, pull in build time dependencies that are not strictly required. This defaults to \'n\' for