mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/pypy: Remove unused --make-jobs option
The --make-jobs option is no longer relevant since we are calling emake directly. It was only used to pass -j to make when called by rpython.
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 pypy )
|
||||
EHG_REPO_URI="https://bitbucket.org/pypy/pypy"
|
||||
inherit check-reqs mercurial multiprocessing pax-utils python-any-r1 toolchain-funcs versionator
|
||||
inherit check-reqs mercurial pax-utils python-any-r1 toolchain-funcs versionator
|
||||
|
||||
# note: remember to update this to newest dev-lang/python:2.7 on bump
|
||||
CPY_PATCHSET_VERSION="2.7.13-0"
|
||||
@@ -143,7 +143,6 @@ src_configure() {
|
||||
$(usex sandbox --sandbox '')
|
||||
|
||||
${jit_backend}
|
||||
--make-jobs=$(makeopts_jobs)
|
||||
|
||||
pypy/goal/targetpypystandalone
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user