From 0b5b4b4c8770a61a9eb28ca5fc45ceca65a7ee6d Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 20 Sep 2018 14:50:41 +0200 Subject: dev-python/numpy: force MAKEOPTS=-j1 Looks like nobody cares. To allow users to build that package in the meanwhile, let's force MAKEOPTS=-j1. Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- dev-python/numpy/numpy-1.14.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/numpy/numpy-1.14.5.ebuild') diff --git a/dev-python/numpy/numpy-1.14.5.ebuild b/dev-python/numpy/numpy-1.14.5.ebuild index cbedba5f96fa..1b047af16592 100644 --- a/dev-python/numpy/numpy-1.14.5.ebuild +++ b/dev-python/numpy/numpy-1.14.5.ebuild @@ -114,6 +114,8 @@ python_prepare_all() { } python_compile() { + export MAKEOPTS=-j1 # bug #660754 + local python_makeopts_jobs="" python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)" distutils-r1_python_compile \ -- cgit v1.2.3