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 BE7BE138350 for ; Sat, 11 Apr 2020 07:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FC8AE0971; Sat, 11 Apr 2020 07:49:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C0DBE0971 for ; Sat, 11 Apr 2020 07:49:35 +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 2494F34EF93 for ; Sat, 11 Apr 2020 07:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 325841E3 for ; Sat, 11 Apr 2020 07:49:29 +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: <1586591361.0b405511d3543d0c94e731e5ee09489d3446ca84.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild X-VCS-Directories: dev-python/pypy3-exe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b405511d3543d0c94e731e5ee09489d3446ca84 X-VCS-Branch: master Date: Sat, 11 Apr 2020 07:49:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99fc371d-36fd-4f57-b125-7d50fc7a1a5e X-Archives-Hash: 6c1456f9a6d6af8f2b6fc787099270fc commit: 0b405511d3543d0c94e731e5ee09489d3446ca84 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 11 07:04:52 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 11 07:49:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b405511 dev-python/pypy3-exe: Use dev-libs/libffi Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild | 2 +- dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild index 16932248fb9..c32d68fe827 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2" RDEPEND=">=sys-libs/zlib-1.1.3:0= - virtual/libffi:0= + dev-libs/libffi:0= virtual/libintl:0= dev-libs/expat:0= bzip2? ( app-arch/bzip2:0= ) diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild index 0a9bf2e35e8..776d2ad9ed1 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2" RDEPEND=">=sys-libs/zlib-1.1.3:0= - virtual/libffi:0= + dev-libs/libffi:0= virtual/libintl:0= dev-libs/expat:0= bzip2? ( app-arch/bzip2:0= )