commit:     7b491eda9ded67ea9048b5fa688d760d9e5f41d1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 19:26:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 21:49:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b491eda

dev-python/pypy3: Remove unused --make-jobs option

 dev-python/pypy3/pypy3-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pypy3/pypy3-9999.ebuild 
b/dev-python/pypy3/pypy3-9999.ebuild
index 51238676c4f..79b8063a4b3 100644
--- a/dev-python/pypy3/pypy3-9999.ebuild
+++ b/dev-python/pypy3/pypy3-9999.ebuild
@@ -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
        )

Reply via email to