diff options
author | 2024-01-08 11:31:02 +0000 | |
---|---|---|
committer | 2024-01-08 12:01:15 +0000 | |
commit | ba486438bfc7dd5eff371d8cee53bf78f4445631 (patch) | |
tree | c43c1014eb7df4ea3d2b278efc54547947fca62e /app-emulation | |
parent | app-emulation/guestfs-tools: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-ba486438bfc7dd5eff371d8cee53bf78f4445631.tar.gz gentoo-ba486438bfc7dd5eff371d8cee53bf78f4445631.tar.bz2 gentoo-ba486438bfc7dd5eff371d8cee53bf78f4445631.zip |
app-emulation/libguestfs: 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 'app-emulation')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.48.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.48.6.ebuild b/app-emulation/libguestfs/libguestfs-1.48.6.ebuild index b796ea55c4d2..3eac54d66968 100644 --- a/app-emulation/libguestfs/libguestfs-1.48.6.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.48.6.ebuild @@ -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=8 @@ -32,7 +32,7 @@ REQUIRED_USE=" # Failures - doc COMMON_DEPEND=" >=app-admin/augeas-1.8.0 - app-arch/cpio + app-alternatives/cpio app-arch/lzma app-arch/rpm app-arch/unzip[natspec] |