diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2020-08-17 12:14:46 +0200 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2020-08-17 12:14:46 +0200 |
commit | d27cfeceeefe9d74d774a7309ffc282733c840e1 (patch) | |
tree | 470ca1d80fa04d94d8979f232d8c860e21f6f432 /www-servers | |
parent | gnome-extra/gnome-shell-extension-gsconnect: Drop old (diff) | |
download | gentoo-d27cfeceeefe9d74d774a7309ffc282733c840e1.tar.gz gentoo-d27cfeceeefe9d74d774a7309ffc282733c840e1.tar.bz2 gentoo-d27cfeceeefe9d74d774a7309ffc282733c840e1.zip |
www-servers/uwsgi: avoid build failure fixes #724394
related to:
https://github.com/unbit/uwsgi/issues/1318
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/uwsgi/uwsgi-2.0.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild index 1f61916e28d7..fe97b6c84932 100644 --- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild @@ -267,7 +267,7 @@ python_install_symlinks() { src_compile() { mkdir -p "${T}/plugins" || die - python uwsgiconfig.py --build gentoo || die "building uwsgi failed" + CPUCOUNT=1 python uwsgiconfig.py --build gentoo || die "building uwsgi failed" if use go ; then python uwsgiconfig.py --plugin plugins/gccgo gentoo || die "building plugin for go failed" |