diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:32:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:21 +0000 |
commit | 1798e0e9acddc54cd74149043e8c6e542d041862 (patch) | |
tree | aac8e0662ef9df454988ab585dd2fe1af4b6ab6c /eclass | |
parent | kernel-2.eclass: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-1798e0e9acddc54cd74149043e8c6e542d041862.tar.gz gentoo-1798e0e9acddc54cd74149043e8c6e542d041862.tar.bz2 gentoo-1798e0e9acddc54cd74149043e8c6e542d041862.zip |
kernel-build.eclass: app-arch/cpio -> app-alternatives/cpio
All of these will be using app-alternatives/cpio anyway as they're not calling
gcpio, so make the dep reflect reality.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index 36cb08811829..ce14aabe025d 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -37,7 +37,7 @@ inherit multiprocessing python-any-r1 savedconfig toolchain-funcs kernel-install BDEPEND=" ${PYTHON_DEPS} - app-arch/cpio + app-alternatives/cpio app-alternatives/bc sys-devel/flex virtual/libelf |