summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-25 21:24:39 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-25 23:49:13 +0200
commit5310ff1506b5987f3e6050ece1653e5194886e24 (patch)
treec9343435bc85523c7e528450f168aaa530d1dc9a /dev-python/pypy/pypy-9999.ebuild
parentdev-python/pypy: Disarm implicit -flto (in 9999) (diff)
downloadgentoo-5310ff1506b5987f3e6050ece1653e5194886e24.tar.gz
gentoo-5310ff1506b5987f3e6050ece1653e5194886e24.tar.bz2
gentoo-5310ff1506b5987f3e6050ece1653e5194886e24.zip
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.
Diffstat (limited to 'dev-python/pypy/pypy-9999.ebuild')
-rw-r--r--dev-python/pypy/pypy-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild
index 4e672b8cf6b2..b951c87d2ea5 100644
--- a/dev-python/pypy/pypy-9999.ebuild
+++ b/dev-python/pypy/pypy-9999.ebuild
@@ -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
)