projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97da098
)
sys-libs/glibc: Put linux-headers in DEPEND instead of BDEPEND
author
Andreas K. Hüttel
<dilfridge@gentoo.org>
Wed, 14 Aug 2019 21:27:39 +0000
(23:27 +0200)
committer
Andreas K. Hüttel
<dilfridge@gentoo.org>
Wed, 14 Aug 2019 21:27:54 +0000
(23:27 +0200)
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
sys-libs/glibc/glibc-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/glibc/glibc-9999.ebuild
b/sys-libs/glibc/glibc-9999.ebuild
index ea591126e85eb4db6a5526f8ed5d615454b8d656..e1955052ee365224154f99c41180ef412cce9c66 100644
(file)
--- 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* ]] &&
B
DEPEND+=" ${CATEGORY}/linux-headers"
+ [[ ${CATEGORY} == *-linux* ]] && DEPEND+=" ${CATEGORY}/linux-headers"
else
BDEPEND+="
>=sys-devel/binutils-2.24