From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 180D9139694 for ; Mon, 5 Jun 2017 12:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 558FFE0D26; Mon, 5 Jun 2017 12:44:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33FB2E0D26 for ; Mon, 5 Jun 2017 12:44:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27AE73416F0 for ; Mon, 5 Jun 2017 12:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D44247468 for ; Mon, 5 Jun 2017 12:44:35 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1496666666.b755bd568ec2b8ef058aaade242c59fa09beb1e9.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b755bd568ec2b8ef058aaade242c59fa09beb1e9 X-VCS-Branch: master Date: Mon, 5 Jun 2017 12:44:35 +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: f7ad2d53-a3d7-4e36-adef-e949f6ae06bb X-Archives-Hash: d51b409101609bb2f6af004c31c052a4 commit: b755bd568ec2b8ef058aaade242c59fa09beb1e9 Author: Arfrever Frehtes Taifersar Arahesis gmail com> AuthorDate: Mon Jun 5 12:44:04 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jun 5 12:44:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b755bd56 dev-qt/qtwebengine: allow NINJAFLAGS to be overridden Gentoo-bug: 592660 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild b/dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild index f8c8f6b4d0e..0542aa911b0 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild @@ -98,7 +98,7 @@ src_prepare() { src_configure() { export NINJA_PATH=/usr/bin/ninja - export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 0) -v" + export NINJAFLAGS="${NINJAFLAGS:--j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 0) -v}" local myqmakeargs=( $(usex alsa 'WEBENGINE_CONFIG+=use_alsa' '')