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 7EDC21387B2 for ; Fri, 1 Feb 2013 02:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6771521C004; Fri, 1 Feb 2013 02:33:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3F7621C004 for ; Fri, 1 Feb 2013 02:33: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 010BC33DC78 for ; Fri, 1 Feb 2013 02:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 360A2E4073 for ; Fri, 1 Feb 2013 02:33:18 +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: <1359685984.8fa3fd5fa3a9a6c7c847da90b0ec88758dd16e43.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: 8fa3fd5fa3a9a6c7c847da90b0ec88758dd16e43 X-VCS-Branch: master Date: Fri, 1 Feb 2013 02:33:18 +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: b6bd1a7e-aa27-4eac-8f8b-d4b02e087da0 X-Archives-Hash: c2d30fc1eaa32013fe48c450a3f2ce38 commit: 8fa3fd5fa3a9a6c7c847da90b0ec88758dd16e43 Author: Zac Medico gentoo org> AuthorDate: Fri Feb 1 02:33:04 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Feb 1 02:33:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=8fa3fd5f man/emerge.1: add rebuild output, bug #454904 --- man/emerge.1 | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index 0807a4b..9e0e4f2 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Dec 2012" "Portage VERSION" "Portage" +.TH "EMERGE" "1" "Jan 2013" "Portage VERSION" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" @@ -894,6 +894,19 @@ displayed when you use the \fB\-\-pretend\fR and \fB\-\-verbose\fR options. Using the \fB\-\-quiet\fR option will prevent all information from being displayed. .TP +.B [ebuild r U ] dev\-libs/icu\-50.1.1:0/50.1.1 [50.1\-r2:0/50.1] +Icu 50.1\-r2 has already been emerged and can be Updated to version +50.1.1. The \fBr\fR symbol indicates that a sub\-slot change (from 50.1 +to 50.1.1 in this case) will force packages having slot\-operator +dependencies on it to be rebuilt (as libxml2 will be rebuilt in the next +example). +.TP +.B [ebuild rR ] dev\-libs/libxml2\-2.9.0\-r1:2 USE="icu" +Libxml2 2.9.0\-r1 has already been emerged, but if you run the command, +then portage will Re\-emerge it in order to satisfy a slot\-operator +dependency which forces it to be rebuilt when the icu sub\-slot changes +(as it changed in the previous example). +.TP .B [ebuild U *] sys\-apps/portage\-2.2.0_alpha6 [2.1.9.25] Portage 2.1.9.25 is installed, but if you run the command, then portage will upgrade to version 2.2.0_alpha6. In this case,