From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RYRWO-0006dU-DX for garchives@archives.gentoo.org; Thu, 08 Dec 2011 00:07:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5726721C590; Thu, 8 Dec 2011 00:06:49 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 7D63521C555 for ; Thu, 8 Dec 2011 00:04:19 +0000 (UTC) Received: by wgbds1 with SMTP id ds1so2105973wgb.10 for ; Wed, 07 Dec 2011 16:04:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=NeigkqygJybLvAtZjm7I+6LFt4RYX4QgOf041bR+3gM=; b=fkVYabzIL/ihlK2LP4hvuYZr6RfaNoO/Jn0bGoYiqDPjoUe8trbwBIYpfhCtQc0X30 r5Ha3GELFtltRlYfI6L9zJYPMKzEjwyluYlUIOVLUCyzrsHntNSrPL6ykwI1EGb3TD2t I05Y0eru1ifJo8xbR5stBT/9XWvQ/wWrh88js= Received: by 10.216.172.205 with SMTP id t55mr118543wel.109.1323302658743; Wed, 07 Dec 2011 16:04:18 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.180.105.39 with HTTP; Wed, 7 Dec 2011 16:03:57 -0800 (PST) In-Reply-To: <87r50g0wu0.fsf@newsguy.com> References: <87vcps0z6d.fsf@newsguy.com> <20111208010856.2eae7db6@rohan.example.com> <87r50g0wu0.fsf@newsguy.com> From: =?UTF-8?Q?Claudio_Roberto_Fran=C3=A7a_Pereira?= Date: Wed, 7 Dec 2011 22:03:57 -0200 Message-ID: Subject: Re: [gentoo-user] Re: --jobs To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 7b4ea96f-2042-401c-8284-e95f67880014 X-Archives-Hash: 273384401259681184bf80aee1f2c3f7 -v has nothing to do with quiet-build. You want to use --quiet-build=N. Also, emerge parallelization depends on the -j (--jobs) option, you should use emerge --jobs N . In your case, a -j7 should do the trick.