diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:33:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:21 +0000 |
commit | 76d9361484ac8db5eed5fdf16519fde7a1b66f4c (patch) | |
tree | b3b89ad5fd5f5d0f1b8990e362ade084de5546bb /eclass | |
parent | kernel-build.eclass: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-76d9361484ac8db5eed5fdf16519fde7a1b66f4c.tar.gz gentoo-76d9361484ac8db5eed5fdf16519fde7a1b66f4c.tar.bz2 gentoo-76d9361484ac8db5eed5fdf16519fde7a1b66f4c.zip |
unpacker.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/unpacker.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 652527b52ec6..2957ca02d3f4 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: unpacker.eclass @@ -609,7 +609,7 @@ unpacker_src_uri_depends() { for uri in "$@" ; do case ${uri,,} in *.cpio.*|*.cpio) - deps[cpio]="app-arch/cpio" ;; + deps[cpio]="app-alternatives/cpio" ;; *.rar) deps[rar]="app-arch/unrar" ;; *.7z) |