Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 22 Jun 2021 18:36:32
Message-Id: 1624386952.d128c175a58caf79730022fc0cc8b6114ca2600f.mgorny@gentoo
1 commit: d128c175a58caf79730022fc0cc8b6114ca2600f
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 22 18:19:04 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 18:35:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d128c175
7
8 kernel-build.eclass: add cpio to BDEPEND
9
10 When CONFIG_IKHEADERS is set, a script is run that requires cpio to
11 be installed. The default config files enable this setting.
12
13 Closes: https://bugs.gentoo.org/797613
14 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 eclass/kernel-build.eclass | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
21 index 93488902a61..28fed910fff 100644
22 --- a/eclass/kernel-build.eclass
23 +++ b/eclass/kernel-build.eclass
24 @@ -38,6 +38,7 @@ inherit python-any-r1 savedconfig toolchain-funcs kernel-install
25
26 BDEPEND="
27 ${PYTHON_DEPS}
28 + app-arch/cpio
29 sys-devel/bc
30 sys-devel/flex
31 virtual/libelf