Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sat, 05 Sep 2020 02:46:19
Message-Id: 1599273956.a227fbc0538d8ebf90125b822923dea69c4ede70.dilfridge@gentoo
1 commit: a227fbc0538d8ebf90125b822923dea69c4ede70
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 02:35:35 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 02:45:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a227fbc0
7
8 sys-libs/glibc: Needs binutils 2.27 to build now
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
17 index 13ff94e526a..2319a1e0342 100644
18 --- a/sys-libs/glibc/glibc-9999.ebuild
19 +++ b/sys-libs/glibc/glibc-9999.ebuild
20 @@ -117,13 +117,13 @@ RESTRICT="!test? ( test )"
21
22 if [[ ${CATEGORY} == cross-* ]] ; then
23 BDEPEND+=" !headers-only? (
24 - >=${CATEGORY}/binutils-2.24
25 + >=${CATEGORY}/binutils-2.27
26 >=${CATEGORY}/gcc-6
27 )"
28 [[ ${CATEGORY} == *-linux* ]] && DEPEND+=" ${CATEGORY}/linux-headers"
29 else
30 BDEPEND+="
31 - >=sys-devel/binutils-2.24
32 + >=sys-devel/binutils-2.27
33 >=sys-devel/gcc-6
34 "
35 DEPEND+=" virtual/os-headers "