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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 087D7158094 for ; Sun, 9 Oct 2022 14:11:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27D56E0817; Sun, 9 Oct 2022 14:11:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C8ACE0817 for ; Sun, 9 Oct 2022 14:11:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 865D8335DC0 for ; Sun, 9 Oct 2022 14:11:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD230584 for ; Sun, 9 Oct 2022 14:11:25 +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: <1665324682.2d9c0ab7df7138f05e48e6f288a2d90124dc502a.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.9-r2.ebuild dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r3.ebuild X-VCS-Directories: dev-python/pypy-exe-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d9c0ab7df7138f05e48e6f288a2d90124dc502a X-VCS-Branch: master Date: Sun, 9 Oct 2022 14:11:25 +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: cc4afd55-8ff3-4895-b20f-5b60f7375217 X-Archives-Hash: 2cca657ce91ab71427bebb2822764487 commit: 2d9c0ab7df7138f05e48e6f288a2d90124dc502a Author: Michał Górny gentoo org> AuthorDate: Sun Oct 9 14:08:55 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 9 14:11:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9c0ab7 dev-python/pypy-exe-bin: Add a dep on gcc (for libgcc_s) Signed-off-by: Michał Górny gentoo.org> .../{pypy-exe-bin-7.3.9-r2.ebuild => pypy-exe-bin-7.3.9-r3.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r2.ebuild b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r3.ebuild similarity index 97% rename from dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r2.ebuild rename to dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r3.ebuild index 6ce281fb0f66..938cab259ed5 100644 --- a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r2.ebuild +++ b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r3.ebuild @@ -52,10 +52,12 @@ LICENSE="MIT" SLOT="${PV%_p*}" KEYWORDS="amd64 ~arm64 ~ppc64 x86" +# sys-devel/gcc for libgcc_s.so RDEPEND=" app-arch/bzip2:0/1 dev-libs/expat:0/0 dev-libs/libffi:0/8 + sys-devel/gcc sys-libs/ncurses:0/6 >=sys-libs/zlib-1.1.3:0/1 virtual/libintl:0/0