commit:     2a0dca499f38a1f9f6f16076231376dbb1be64aa
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 11:35:33 2023 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 13:51:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0dca49

eclass/kernel-build.eclass: should depend on dtc for arm* and riscv

Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

 eclass/kernel-build.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index 2123f165846a..0c8eaf3c1cd5 100644
--- a/eclass/kernel-build.eclass
+++ b/eclass/kernel-build.eclass
@@ -39,6 +39,9 @@ BDEPEND="
        sys-devel/flex
        virtual/libelf
        app-alternatives/yacc
+       arm? ( sys-apps/dtc )
+       arm64? ( sys-apps/dtc )
+       riscv? ( sys-apps/dtc )
 "
 
 IUSE="+strip"

Reply via email to