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 4E3D9138350 for ; Sat, 11 Apr 2020 07:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FD9CE0973; Sat, 11 Apr 2020 07:49:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 195F6E096D 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 1F7E834EF91 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 1FAFD1E2 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: <1586591360.ee12940a6c9c797af84bc5ee043845c459f7a1d9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-exe-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy-exe-bin/pypy-exe-bin-7.3.0_p1.ebuild dev-python/pypy-exe-bin/pypy-exe-bin-7.3.1_p1.ebuild X-VCS-Directories: dev-python/pypy-exe-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee12940a6c9c797af84bc5ee043845c459f7a1d9 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: 3f367135-492f-4e25-af88-b14e6c3291bc X-Archives-Hash: 2c041d5ae06c4820eca6846cbd01f6a4 commit: ee12940a6c9c797af84bc5ee043845c459f7a1d9 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 11 07:04:40 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 11 07:49:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee12940a dev-python/pypy-exe-bin: Use dev-libs/libffi Signed-off-by: Michał Górny gentoo.org> dev-python/pypy-exe-bin/pypy-exe-bin-7.3.0_p1.ebuild | 2 +- dev-python/pypy-exe-bin/pypy-exe-bin-7.3.1_p1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.0_p1.ebuild b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.0_p1.ebuild index 84076638f55..d44223c44fa 100644 --- a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.0_p1.ebuild +++ b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.0_p1.ebuild @@ -24,7 +24,7 @@ SLOT="${PV%_p*}" KEYWORDS="amd64 x86" RDEPEND=">=sys-libs/zlib-1.1.3:0/1 - virtual/libffi:0/7 + dev-libs/libffi:0/7 virtual/libintl:0/0 dev-libs/expat:0/0 app-arch/bzip2:0/1 diff --git a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.1_p1.ebuild b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.1_p1.ebuild index 577b4130bb7..b919b943ebe 100644 --- a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.1_p1.ebuild +++ b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.1_p1.ebuild @@ -24,7 +24,7 @@ SLOT="${PV%_p*}" KEYWORDS="~amd64 ~x86" RDEPEND=">=sys-libs/zlib-1.1.3:0/1 - virtual/libffi:0/7 + dev-libs/libffi:0/7 virtual/libintl:0/0 dev-libs/expat:0/0 app-arch/bzip2:0/1