summaryrefslogtreecommitdiff
path: root/eclass/unpacker.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/unpacker.eclass')
-rw-r--r--eclass/unpacker.eclass4
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)