summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-08-14 23:27:39 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-08-14 23:27:54 +0200
commite36d331977084e21f8539859cf52d1f2ce8ef28c (patch)
tree2f59a2fd7ffe2b0762cdd5042860df4be506d4ec /sys-libs
parentmedia-sound/pragha: Bump to 1.3.99.1 (1.4rc2) (diff)
downloadgentoo-e36d331977084e21f8539859cf52d1f2ce8ef28c.tar.gz
gentoo-e36d331977084e21f8539859cf52d1f2ce8ef28c.tar.bz2
gentoo-e36d331977084e21f8539859cf52d1f2ce8ef28c.zip
sys-libs/glibc: Put linux-headers in DEPEND instead of BDEPEND
Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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