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 926C7139694 for ; Tue, 25 Apr 2017 21:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 244EB21C06A; Tue, 25 Apr 2017 21:49:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0308921C06A for ; Tue, 25 Apr 2017 21:49:39 +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 2DFF2341687 for ; Tue, 25 Apr 2017 21:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E6B0744C for ; Tue, 25 Apr 2017 21:49:34 +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: <1493156962.7b491eda9ded67ea9048b5fa688d760d9e5f41d1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-9999.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b491eda9ded67ea9048b5fa688d760d9e5f41d1 X-VCS-Branch: master Date: Tue, 25 Apr 2017 21:49:34 +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: ae30e30c-e52e-484a-a109-e1d058ca88f9 X-Archives-Hash: 9dcb99996cb8480b363af82007f3ff2f commit: 7b491eda9ded67ea9048b5fa688d760d9e5f41d1 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 25 19:26:23 2017 +0000 Commit: Michał Górny gentoo 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 )