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 428DF138335 for ; Mon, 18 Feb 2019 16:12:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1471AE083E; Mon, 18 Feb 2019 16:12:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D8F21E083E for ; Mon, 18 Feb 2019 16:12:07 +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 75CB8335C8F for ; Mon, 18 Feb 2019 16:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAA34545 for ; Mon, 18 Feb 2019 16:12:03 +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: <1550506313.78b127e6880fa94ff96bd32f1e8c5a5bfa8e6ec1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild X-VCS-Directories: dev-python/pypy-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 78b127e6880fa94ff96bd32f1e8c5a5bfa8e6ec1 X-VCS-Branch: master Date: Mon, 18 Feb 2019 16:12:03 +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: d1768af4-855c-4548-86b9-7ab46aa4d5d6 X-Archives-Hash: 9e001c28ac72c7cbdb70747726886aa4 commit: 78b127e6880fa94ff96bd32f1e8c5a5bfa8e6ec1 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 18 16:10:43 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 18 16:11:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b127e6 dev-python/pypy-bin: Require glibc-2.28 Signed-off-by: Michał Górny gentoo.org> dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild b/dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild index 717df4a6df8..53daf3ce27b 100644 --- a/dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild +++ b/dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild @@ -59,7 +59,7 @@ RDEPEND=" dev-libs/expat:0/0 dev-libs/libffi:0/7 sys-devel/gcc:* - sys-libs/glibc + >=sys-libs/glibc-2.28 sys-libs/ncurses:0/6 sys-libs/zlib:0/1 gdbm? ( sys-libs/gdbm:0= )