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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CEFD158094 for ; Fri, 26 Aug 2022 08:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5210AE0923; Fri, 26 Aug 2022 08:43:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3456FE0920 for ; Fri, 26 Aug 2022 08:43:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 502253410C1 for ; Fri, 26 Aug 2022 08:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C13965C7 for ; Fri, 26 Aug 2022 08:43:04 +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: <1661503377.612f27513e9782a2beb51216306519eee43d7432.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-r1.ebuild dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r2.ebuild X-VCS-Directories: dev-python/pypy-exe-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 612f27513e9782a2beb51216306519eee43d7432 X-VCS-Branch: master Date: Fri, 26 Aug 2022 08:43:04 +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: 292427d3-a873-45ff-89fd-1c2d61d4d13f X-Archives-Hash: 83f603e2404dc38d3d0a972a12a59c20 commit: 612f27513e9782a2beb51216306519eee43d7432 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 26 07:58:23 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 26 08:42:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612f2751 dev-python/pypy-exe-bin: Depend on new enough sys-libs/glibc Signed-off-by: Michał Górny gentoo.org> .../{pypy-exe-bin-7.3.9-r1.ebuild => pypy-exe-bin-7.3.9-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r1.ebuild b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r2.ebuild similarity index 98% rename from dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r1.ebuild rename to dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r2.ebuild index d60c68a144d2..f278e845859e 100644 --- a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r1.ebuild +++ b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.9-r2.ebuild @@ -36,6 +36,7 @@ RDEPEND=" app-arch/bzip2:0/1 dev-libs/expat:0/0 dev-libs/libffi:0/8 + >=sys-libs/glibc-2.35 sys-libs/ncurses:0/6 >=sys-libs/zlib-1.1.3:0/1 virtual/libintl:0/0