diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:31:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:18 +0000 |
commit | 32964c77d3dc681ab68fe124181fc716e4b923b8 (patch) | |
tree | 3d0ef0c2f51fe4bd88abfe097396d683dd5d3984 /sys-fs/genimage | |
parent | sys-cluster/ceph: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-32964c77d3dc681ab68fe124181fc716e4b923b8.tar.gz gentoo-32964c77d3dc681ab68fe124181fc716e4b923b8.tar.bz2 gentoo-32964c77d3dc681ab68fe124181fc716e4b923b8.zip |
sys-fs/genimage: 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 'sys-fs/genimage')
-rw-r--r-- | sys-fs/genimage/genimage-16.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/genimage/genimage-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/genimage/genimage-16.ebuild b/sys-fs/genimage/genimage-16.ebuild index 97a1f74c0a7d..4becc18f6212 100644 --- a/sys-fs/genimage/genimage-16.ebuild +++ b/sys-fs/genimage/genimage-16.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,7 +31,7 @@ src_prepare() { } pkg_postinst() { - optfeature "cpio support" app-arch/cpio + optfeature "cpio support" app-alternatives/cpio optfeature "tar support" app-arch/tar optfeature "qemu support" app-emulation/qemu optfeature "dosfstools support" sys-fs/dosfstools diff --git a/sys-fs/genimage/genimage-9999.ebuild b/sys-fs/genimage/genimage-9999.ebuild index 4a0e18372d87..498034c2ce2a 100644 --- a/sys-fs/genimage/genimage-9999.ebuild +++ b/sys-fs/genimage/genimage-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,7 +31,7 @@ src_prepare() { } pkg_postinst() { - optfeature "cpio support" app-arch/cpio + optfeature "cpio support" app-alternatives/cpio optfeature "tar support" app-arch/tar optfeature "qemu support" app-emulation/qemu optfeature "dosfstools support" sys-fs/dosfstools |