Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius/
Date: Mon, 05 Dec 2016 19:20:24
Message-Id: 1480965578.4a9039a4eceaa41719cfd119e6e990699cce767c.mattst88@gentoo
1 commit: 4a9039a4eceaa41719cfd119e6e990699cce767c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 19:19:38 2016 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 19:19:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9039a4
7
8 net-dialup/freeradius: Revert "Allow parallel make."
9
10 This reverts commit 8c83c3611244c719b89282aefd2738cbb1631d91.
11
12 Bug: https://bugs.gentoo.org/509498
13
14 net-dialup/freeradius/freeradius-3.0.12-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-dialup/freeradius/freeradius-3.0.12-r1.ebuild b/net-dialup/freeradius/freeradius-3.0.12-r1.ebuild
18 index 30d2444..5c58d13 100644
19 --- a/net-dialup/freeradius/freeradius-3.0.12-r1.ebuild
20 +++ b/net-dialup/freeradius/freeradius-3.0.12-r1.ebuild
21 @@ -181,7 +181,7 @@ src_install() {
22 diropts
23
24 # verbose, do not install certificates
25 - emake \
26 + emake -j1 \
27 Q='' ECHO=true \
28 LOCAL_CERT_PRODUCTS='' \
29 R="${D}" \