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: Wed, 14 Aug 2019 21:28:02
Message-Id: 1565818074.e36d331977084e21f8539859cf52d1f2ce8ef28c.dilfridge@gentoo
1 commit: e36d331977084e21f8539859cf52d1f2ce8ef28c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 14 21:27:39 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 21:27:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36d3319
7
8 sys-libs/glibc: Put linux-headers in DEPEND instead of BDEPEND
9
10 Package-Manager: Portage-2.3.70, Repoman-2.3.16
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
17 index ea591126e85..e1955052ee3 100644
18 --- a/sys-libs/glibc/glibc-9999.ebuild
19 +++ b/sys-libs/glibc/glibc-9999.ebuild
20 @@ -97,7 +97,7 @@ if [[ ${CATEGORY} == cross-* ]] ; then
21 >=${CATEGORY}/binutils-2.24
22 >=${CATEGORY}/gcc-6
23 )"
24 - [[ ${CATEGORY} == *-linux* ]] && BDEPEND+=" ${CATEGORY}/linux-headers"
25 + [[ ${CATEGORY} == *-linux* ]] && DEPEND+=" ${CATEGORY}/linux-headers"
26 else
27 BDEPEND+="
28 >=sys-devel/binutils-2.24