commit: d27cfeceeefe9d74d774a7309ffc282733c840e1 Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> AuthorDate: Mon Aug 17 10:14:46 2020 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> CommitDate: Mon Aug 17 10:14:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27cfece
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 <AT> gentoo.org> www-servers/uwsgi/uwsgi-2.0.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild index 1f61916e28d..fe97b6c8493 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"
