diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:32:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:20 +0000 |
commit | 2822fd1417897519697437a78d1fecc73c7d15b3 (patch) | |
tree | de09361a141a9d8ea3902d591142acf0d58d5236 /eclass | |
parent | sys-kernel/linux-firmware: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-2822fd1417897519697437a78d1fecc73c7d15b3.tar.gz gentoo-2822fd1417897519697437a78d1fecc73c7d15b3.tar.bz2 gentoo-2822fd1417897519697437a78d1fecc73c7d15b3.zip |
kernel-2.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-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 76aa820aad09..15d4eaea96f6 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -653,7 +653,7 @@ kernel_is() { # Capture the sources type and set DEPENDs if [[ ${ETYPE} == sources ]]; then RDEPEND="!build? ( - app-arch/cpio + app-alternatives/cpio dev-lang/perl app-alternatives/bc sys-devel/bison |