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 3A3A51389E2 for ; Thu, 27 Nov 2014 07:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C61CBE0849; Thu, 27 Nov 2014 07:23:31 +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 54F7CE0849 for ; Thu, 27 Nov 2014 07:23:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 765C5340661 for ; Thu, 27 Nov 2014 07:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D8AAB011 for ; Thu, 27 Nov 2014 07:23:29 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1417072940.3de941a658e5f426bec15a2a1a316c8dfab50161.radhermit@gentoo> Subject: [gentoo-commits] proj/zsh-completion:master commit in: src/ X-VCS-Repository: proj/zsh-completion X-VCS-Files: src/_portage X-VCS-Directories: src/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 3de941a658e5f426bec15a2a1a316c8dfab50161 X-VCS-Branch: master Date: Thu, 27 Nov 2014 07:23:29 +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: c3eff961-3a6b-4fe5-be94-abd020329556 X-Archives-Hash: 5acd532168ab6810eb9b8c126316b0d2 commit: 3de941a658e5f426bec15a2a1a316c8dfab50161 Author: Tim Harder gentoo org> AuthorDate: Thu Nov 27 07:22:20 2014 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Nov 27 07:22:20 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=3de941a6 _portage: add --keep-going as an install time argument --- src/_portage | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_portage b/src/_portage index 98410d3..e530151 100644 --- a/src/_portage +++ b/src/_portage @@ -181,6 +181,7 @@ _emerge () { '(: -)'{-V,--version}'[Display version info]' "(: $all[3,-1])--resume[Resumes the last merge operation]" "(: $all[3,-1])--skipfirst[Removes the first package in the resume list]" + "($all)--keep-going[Continue merge even if a package fails to build]" ) profiles=( 'world[All packages in the world profile]'