sys-kernel/bliss-initramfs: 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>
This commit is contained in:
Sam James
2024-01-08 11:32:03 +00:00
parent 1e486039c9
commit 31603844f8

View File

@@ -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
EAPI=7
@@ -18,7 +18,7 @@ KEYWORDS="-* amd64"
RDEPEND="
${PYTHON_DEPS}
app-arch/cpio
app-alternatives/cpio
virtual/udev"
DOCS=( README.md README-MORE.md USAGE.md )