Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/
Date: Mon, 18 Feb 2019 16:12:09
Message-Id: 1550506314.d8ef6eef47917fa0ed34cc82d4877624423b2b7d.mgorny@gentoo
1 commit: d8ef6eef47917fa0ed34cc82d4877624423b2b7d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 16:10:58 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 16:11:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ef6eef
7
8 dev-python/pypy3-bin: Require glibc-2.28
9
10 Closes: https://bugs.gentoo.org/678284
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild b/dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild
17 index 40b97d565ac..adbc9b5b3fe 100644
18 --- a/dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild
19 +++ b/dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild
20 @@ -41,7 +41,7 @@ RDEPEND="
21 dev-libs/expat:0/0
22 dev-libs/libffi:0/7
23 sys-devel/gcc:*
24 - sys-libs/glibc
25 + >=sys-libs/glibc-2.28
26 sys-libs/ncurses:0/6
27 sys-libs/zlib:0/1
28 gdbm? ( sys-libs/gdbm:0= )