commit: 78b127e6880fa94ff96bd32f1e8c5a5bfa8e6ec1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 16:10:43 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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= )