Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
Date: Mon, 17 Aug 2020 10:14:59
Message-Id: 1597659286.d27cfeceeefe9d74d774a7309ffc282733c840e1.ultrabug@gentoo
1 commit: d27cfeceeefe9d74d774a7309ffc282733c840e1
2 Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 10:14:46 2020 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 10:14:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27cfece
7
8 www-servers/uwsgi: avoid build failure fixes #724394
9
10 related to:
11 https://github.com/unbit/uwsgi/issues/1318
12
13 Package-Manager: Portage-3.0.2, Repoman-2.3.23
14 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
15
16 www-servers/uwsgi/uwsgi-2.0.18.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
20 index 1f61916e28d..fe97b6c8493 100644
21 --- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild
22 +++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
23 @@ -267,7 +267,7 @@ python_install_symlinks() {
24 src_compile() {
25 mkdir -p "${T}/plugins" || die
26
27 - python uwsgiconfig.py --build gentoo || die "building uwsgi failed"
28 + CPUCOUNT=1 python uwsgiconfig.py --build gentoo || die "building uwsgi failed"
29
30 if use go ; then
31 python uwsgiconfig.py --plugin plugins/gccgo gentoo || die "building plugin for go failed"