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 5A4F51381F4 for ; Fri, 17 Aug 2012 19:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94EC621C00A; Fri, 17 Aug 2012 19:10:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6760321C00A for ; Fri, 17 Aug 2012 19:10:53 +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 77EB71B400F for ; Fri, 17 Aug 2012 19:10:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3755BE543A for ; Fri, 17 Aug 2012 19:10:51 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1345153618.8aa4f965d3baeaea9dc56938c67bb20d8af835a3.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/egencache X-VCS-Directories: bin/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8aa4f965d3baeaea9dc56938c67bb20d8af835a3 X-VCS-Branch: master Date: Fri, 17 Aug 2012 19:10:51 +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: 1285ac4c-bf83-4cc5-b4cd-4d9eae67687e X-Archives-Hash: 045cb9a62f5df26785eafdbcf598c10b commit: 8aa4f965d3baeaea9dc56938c67bb20d8af835a3 Author: Mike Frysinger gentoo org> AuthorDate: Thu Aug 16 21:46:58 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Aug 16 21:46:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=8aa4f965 egencache: add a standard -j flags for --jobs Signed-off-by: Mike Frysinger gentoo.org> --- bin/egencache | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/egencache b/bin/egencache index a75a341..d0c073c 100755 --- a/bin/egencache +++ b/bin/egencache @@ -102,7 +102,7 @@ def parse_args(args): update.add_option("--cache-dir", help="location of the metadata cache", dest="cache_dir") - update.add_option("--jobs", + update.add_option("-j", "--jobs", action="store", help="max ebuild processes to spawn") update.add_option("--load-average",