From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 788BB139695 for ; Tue, 25 Apr 2017 21:49:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F25121C04E; Tue, 25 Apr 2017 21:49:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F8DD21C04E for ; Tue, 25 Apr 2017 21:49:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 178FF341301 for ; Tue, 25 Apr 2017 21:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7583F7444 for ; Tue, 25 Apr 2017 21:49:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493156953.5310ff1506b5987f3e6050ece1653e5194886e24.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-9999.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5310ff1506b5987f3e6050ece1653e5194886e24 X-VCS-Branch: master Date: Tue, 25 Apr 2017 21:49:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 15b5a6ed-511a-4aa3-aded-1c9d819e0c46 X-Archives-Hash: e626e689b58ed71e8c15af6ce67b570f commit: 5310ff1506b5987f3e6050ece1653e5194886e24 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 25 19:24:39 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 25 21:49:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5310ff15 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. dev-python/pypy/pypy-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild index 4e672b8cf6b..b951c87d2ea 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 )