diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:30:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:15 +0000 |
commit | 5d2162862e300d0cf49e367e253d3b42194efe2a (patch) | |
tree | 9420c96df194fa8ba1edb5b63382c29b9b03aadd /app-emulation | |
parent | app-emulation/crossover-bin: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-5d2162862e300d0cf49e367e253d3b42194efe2a.tar.gz gentoo-5d2162862e300d0cf49e367e253d3b42194efe2a.tar.bz2 gentoo-5d2162862e300d0cf49e367e253d3b42194efe2a.zip |
app-emulation/guestfs-tools: 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/guestfs-tools/guestfs-tools-1.48.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild b/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild index 8521e3d06afd..3c326c7487eb 100644 --- a/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild +++ b/app-emulation/guestfs-tools/guestfs-tools-1.48.2.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 @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" # Failures - doc COMMON_DEPEND=" !<app-emulation/libguestfs-1.46.0-r1 - app-arch/cpio + app-alternatives/cpio app-arch/lzma app-arch/unzip[natspec] app-arch/xz-utils |