dev-python/pypy3: Remove unused --make-jobs option
authorMichał Górny <mgorny@gentoo.org>
Tue, 25 Apr 2017 19:26:23 +0000 (21:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 25 Apr 2017 21:49:22 +0000 (23:49 +0200)
dev-python/pypy3/pypy3-9999.ebuild

index 51238676c4f1ed0e857571b8b7143e20f64af7be..79b8063a4b3bd90627158830c9d9396149cf94af 100644 (file)
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy )
 EHG_PROJECT="pypy"
 EHG_REPO_URI="https://bitbucket.org/pypy/pypy"
 EHG_REVISION="py3k"
-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
 
 DESCRIPTION="A fast, compliant alternative implementation of the Python (3.3) language"
 HOMEPAGE="http://pypy.org/"
@@ -130,7 +129,6 @@ src_configure() {
                $(usex sandbox --sandbox '')
 
                ${jit_backend}
-               --make-jobs=$(makeopts_jobs)
 
                pypy/goal/targetpypystandalone
        )