From 8f8ce4ee191c31e0582a6db1193a230a068ab7bf Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 3 Aug 2020 23:23:52 +0200 Subject: dev-python/numpy: Drop superfluous calls to python_is_python3 Signed-off-by: Andreas Sturmlechner --- dev-python/numpy/numpy-1.17.4-r3.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'dev-python/numpy') diff --git a/dev-python/numpy/numpy-1.17.4-r3.ebuild b/dev-python/numpy/numpy-1.17.4-r3.ebuild index 58441bf2b8e5..9a848fbc3731 100644 --- a/dev-python/numpy/numpy-1.17.4-r3.ebuild +++ b/dev-python/numpy/numpy-1.17.4-r3.ebuild @@ -103,11 +103,7 @@ python_prepare_all() { python_compile() { export MAKEOPTS=-j1 #660754 - local python_makeopts_jobs="" - python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)" - distutils-r1_python_compile \ - ${python_makeopts_jobs} \ - ${NUMPY_FCONFIG} + distutils-r1_python_compile ${NUMPY_FCONFIG} } python_test() { -- cgit v1.2.3-65-gdbad