summaryrefslogtreecommitdiff
path: root/eclass/unpacker.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-08 12:58:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-08 12:58:45 +0000
commit5cbf14acf23c82626389931f64cfe3ef12a1c29f (patch)
treede93b0b9ae374935f2ddf615d19a837b6a6a0822 /eclass/unpacker.eclass
parent1fbaf1314579f2155166bebd1ddfe6131d400807 (diff)
gentoo auto-resync : 08:01:2024 - 12:58:45
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)