From e36d331977084e21f8539859cf52d1f2ce8ef28c Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 14 Aug 2019 23:27:39 +0200 Subject: sys-libs/glibc: Put linux-headers in DEPEND instead of BDEPEND MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel --- sys-libs/glibc/glibc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-libs') diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index ea591126e85e..e1955052ee36 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -97,7 +97,7 @@ if [[ ${CATEGORY} == cross-* ]] ; then >=${CATEGORY}/binutils-2.24 >=${CATEGORY}/gcc-6 )" - [[ ${CATEGORY} == *-linux* ]] && BDEPEND+=" ${CATEGORY}/linux-headers" + [[ ${CATEGORY} == *-linux* ]] && DEPEND+=" ${CATEGORY}/linux-headers" else BDEPEND+=" >=sys-devel/binutils-2.24 -- cgit v1.2.3-65-gdbad