From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-913538-garchives=archives.gentoo.org@lists.gentoo.org>
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 64F481395E4
	for <garchives@archives.gentoo.org>; Sat, 26 Nov 2016 22:29:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3B49BE0B6A;
	Sat, 26 Nov 2016 22:29:02 +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 22137E083A
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Nov 2016 22:29:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 5A256341398
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Nov 2016 22:29:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BBF6D7E1
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Nov 2016 22:28:59 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
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" <mattst88@gentoo.org>
Message-ID: <1480199237.8c83c3611244c719b89282aefd2738cbb1631d91.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: 8c83c3611244c719b89282aefd2738cbb1631d91
X-VCS-Branch: master
Date: Sat, 26 Nov 2016 22:28:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: fa0645ca-a955-4538-a874-f486f96583bd
X-Archives-Hash: 17aa9bcb60cbfc28574c558017e2f12d

commit:     8c83c3611244c719b89282aefd2738cbb1631d91
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 18:08:13 2016 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 22:27:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c83c361

net-dialup/freeradius: Allow parallel make.

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 0b7f671..48c72ca 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 -j1 \
+	emake \
 		Q='' ECHO=true \
 		LOCAL_CERT_PRODUCTS='' \
 		R="${D}" \