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 38524139694 for ; Sat, 10 Jun 2017 09:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43C68E0830; Sat, 10 Jun 2017 09:37:10 +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 1E172E0830 for ; Sat, 10 Jun 2017 09:37:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E6DCB341A2A for ; Sat, 10 Jun 2017 09:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5321745D for ; Sat, 10 Jun 2017 09:37:06 +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: <1497087420.ab5f39c6ddf0a34ec260352bb9cd4268449fd758.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-5.7.1-r2.ebuild dev-python/pypy3/pypy3-5.8.0.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab5f39c6ddf0a34ec260352bb9cd4268449fd758 X-VCS-Branch: master Date: Sat, 10 Jun 2017 09:37:06 +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: 37b4981f-5a00-45a4-a3c8-b8f4a0e01e04 X-Archives-Hash: cca4c1185977725af398d332f0a16e51 commit: ab5f39c6ddf0a34ec260352bb9cd4268449fd758 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 10 09:35:49 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 10 09:37:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5f39c6 dev-python/pypy3: Fix typo in --jit-backend, #621384 dev-python/pypy3/pypy3-5.7.1-r2.ebuild | 2 +- dev-python/pypy3/pypy3-5.8.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy3/pypy3-5.7.1-r2.ebuild b/dev-python/pypy3/pypy3-5.7.1-r2.ebuild index 52a451c5e18..e0a8417672e 100644 --- a/dev-python/pypy3/pypy3-5.7.1-r2.ebuild +++ b/dev-python/pypy3/pypy3-5.7.1-r2.ebuild @@ -102,7 +102,7 @@ src_configure() { $(usex jit -Ojit -O2) $(usex sandbox --sandbox '') - --jit_backend=auto + --jit-backend=auto pypy/goal/targetpypystandalone ) diff --git a/dev-python/pypy3/pypy3-5.8.0.ebuild b/dev-python/pypy3/pypy3-5.8.0.ebuild index c51213fe70e..e2f58d805be 100644 --- a/dev-python/pypy3/pypy3-5.8.0.ebuild +++ b/dev-python/pypy3/pypy3-5.8.0.ebuild @@ -100,7 +100,7 @@ src_configure() { $(usex jit -Ojit -O2) $(usex sandbox --sandbox '') - --jit_backend=auto + --jit-backend=auto pypy/goal/targetpypystandalone )