Gentoo Archives: gentoo-portage-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH] egencache: add a standard -j flags for --jobs
Date: Fri, 17 Aug 2012 00:10:08
Message-Id: 1345153622-11576-1-git-send-email-vapier@gentoo.org
1 Signed-off-by: Mike Frysinger <vapier@g.o>
2 ---
3 bin/egencache | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/bin/egencache b/bin/egencache
7 index a75a341..d0c073c 100755
8 --- a/bin/egencache
9 +++ b/bin/egencache
10 @@ -102,7 +102,7 @@ def parse_args(args):
11 update.add_option("--cache-dir",
12 help="location of the metadata cache",
13 dest="cache_dir")
14 - update.add_option("--jobs",
15 + update.add_option("-j", "--jobs",
16 action="store",
17 help="max ebuild processes to spawn")
18 update.add_option("--load-average",
19 --
20 1.7.9.7

Replies