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 A80401395E2 for ; Mon, 5 Dec 2016 19:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D430021C242; Mon, 5 Dec 2016 19:20:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A0A6921C242 for ; Mon, 5 Dec 2016 19:20:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DDF43412B7 for ; Mon, 5 Dec 2016 19:20:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F14B91A for ; Mon, 5 Dec 2016 19:20:20 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1480965578.4a9039a4eceaa41719cfd119e6e990699cce767c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/freeradius/freeradius-3.0.12-r1.ebuild X-VCS-Directories: net-dialup/freeradius/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4a9039a4eceaa41719cfd119e6e990699cce767c X-VCS-Branch: master Date: Mon, 5 Dec 2016 19:20:20 +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: d04a7c9f-c219-4292-9365-15ba2f482e44 X-Archives-Hash: 54ef1a45061a2a978937f8f61496c2cc commit: 4a9039a4eceaa41719cfd119e6e990699cce767c Author: Matt Turner gentoo org> AuthorDate: Mon Dec 5 19:19:38 2016 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Dec 5 19:19:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9039a4 net-dialup/freeradius: Revert "Allow parallel make." This reverts commit 8c83c3611244c719b89282aefd2738cbb1631d91. Bug: https://bugs.gentoo.org/509498 net-dialup/freeradius/freeradius-3.0.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/freeradius/freeradius-3.0.12-r1.ebuild b/net-dialup/freeradius/freeradius-3.0.12-r1.ebuild index 30d2444..5c58d13 100644 --- a/net-dialup/freeradius/freeradius-3.0.12-r1.ebuild +++ b/net-dialup/freeradius/freeradius-3.0.12-r1.ebuild @@ -181,7 +181,7 @@ src_install() { diropts # verbose, do not install certificates - emake \ + emake -j1 \ Q='' ECHO=true \ LOCAL_CERT_PRODUCTS='' \ R="${D}" \