diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:31:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:18 +0000 |
commit | 9269e64c2e901b529cad6ae87d5b654b4c08e7b2 (patch) | |
tree | 4466ab193c3df9d3738ac39f4a26c214b48b80ca /sys-boot/grub | |
parent | mail-filter/amavisd-new: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-9269e64c2e901b529cad6ae87d5b654b4c08e7b2.tar.gz gentoo-9269e64c2e901b529cad6ae87d5b654b4c08e7b2.tar.bz2 gentoo-9269e64c2e901b529cad6ae87d5b654b4c08e7b2.zip |
sys-boot/grub: 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-boot/grub')
-rw-r--r-- | sys-boot/grub/grub-2.06-r8.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.06-r9.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.12-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.12_rc1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys-boot/grub/grub-2.06-r8.ebuild b/sys-boot/grub/grub-2.06-r8.ebuild index 98fdb2fbdbc4..f7ad850e9909 100644 --- a/sys-boot/grub/grub-2.06-r8.ebuild +++ b/sys-boot/grub/grub-2.06-r8.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=7 @@ -111,7 +111,7 @@ BDEPEND=" ) test? ( app-admin/genromfs - app-arch/cpio + app-alternatives/cpio app-arch/lzop app-emulation/qemu dev-libs/libisoburn diff --git a/sys-boot/grub/grub-2.06-r9.ebuild b/sys-boot/grub/grub-2.06-r9.ebuild index 46702ba8aa1f..49676a74f04d 100644 --- a/sys-boot/grub/grub-2.06-r9.ebuild +++ b/sys-boot/grub/grub-2.06-r9.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=7 @@ -105,7 +105,7 @@ BDEPEND=" ) test? ( app-admin/genromfs - app-arch/cpio + app-alternatives/cpio app-arch/lzop app-emulation/qemu dev-libs/libisoburn diff --git a/sys-boot/grub/grub-2.12-r1.ebuild b/sys-boot/grub/grub-2.12-r1.ebuild index 26b25794d046..80ebc54a6379 100644 --- a/sys-boot/grub/grub-2.12-r1.ebuild +++ b/sys-boot/grub/grub-2.12-r1.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=7 @@ -103,7 +103,7 @@ BDEPEND+=" ) test? ( app-admin/genromfs - app-arch/cpio + app-alternatives/cpio app-arch/lzop app-emulation/qemu dev-libs/libisoburn diff --git a/sys-boot/grub/grub-2.12_rc1-r1.ebuild b/sys-boot/grub/grub-2.12_rc1-r1.ebuild index dad97c7a4793..8b47814c2d64 100644 --- a/sys-boot/grub/grub-2.12_rc1-r1.ebuild +++ b/sys-boot/grub/grub-2.12_rc1-r1.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=7 @@ -102,7 +102,7 @@ BDEPEND=" ) test? ( app-admin/genromfs - app-arch/cpio + app-alternatives/cpio app-arch/lzop app-emulation/qemu dev-libs/libisoburn diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 430fb57a1484..a8801791925e 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.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=7 @@ -103,7 +103,7 @@ BDEPEND+=" ) test? ( app-admin/genromfs - app-arch/cpio + app-alternatives/cpio app-arch/lzop app-emulation/qemu dev-libs/libisoburn |