diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:40:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:42:14 +0000 |
commit | f5d25df5432b6a3be82ea25fbca8e887106a4a3e (patch) | |
tree | 7aa092558684370adf2e2acd6733812646c5a635 /sys-fs/zfs | |
parent | sys-devel/binutils-hppa64: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-f5d25df5432b6a3be82ea25fbca8e887106a4a3e.tar.gz gentoo-f5d25df5432b6a3be82ea25fbca8e887106a4a3e.tar.bz2 gentoo-f5d25df5432b6a3be82ea25fbca8e887106a4a3e.zip |
sys-fs/zfs: sys-devel/bc -> app-alternatives/bc
All of these will be using app-alternatives/bc anyway as they're not calling
bc-reference, so make the dep reflect reality.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/zfs')
-rw-r--r-- | sys-fs/zfs/zfs-2.1.14.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/zfs/zfs-2.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-fs/zfs/zfs-2.1.14.ebuild b/sys-fs/zfs/zfs-2.1.14.ebuild index 3a00ad47b497..2f4604c01924 100644 --- a/sys-fs/zfs/zfs-2.1.14.ebuild +++ b/sys-fs/zfs/zfs-2.1.14.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 @@ -81,7 +81,7 @@ RDEPEND="${DEPEND} app-shells/ksh sys-apps/kmod[tools] sys-apps/util-linux - sys-devel/bc + app-alternatives/bc sys-block/parted sys-fs/lsscsi sys-fs/mdadm diff --git a/sys-fs/zfs/zfs-2.2.2-r1.ebuild b/sys-fs/zfs/zfs-2.2.2-r1.ebuild index 517a099dce8c..01eb1c79f508 100644 --- a/sys-fs/zfs/zfs-2.2.2-r1.ebuild +++ b/sys-fs/zfs/zfs-2.2.2-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=8 @@ -83,7 +83,7 @@ RDEPEND=" app-shells/ksh sys-apps/kmod[tools] sys-apps/util-linux - sys-devel/bc + app-alternatives/bc sys-block/parted sys-fs/lsscsi sys-fs/mdadm diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 0ae53ecba862..49eafadd4d8d 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-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=8 @@ -83,7 +83,7 @@ RDEPEND=" app-shells/ksh sys-apps/kmod[tools] sys-apps/util-linux - sys-devel/bc + app-alternatives/bc sys-block/parted sys-fs/lsscsi sys-fs/mdadm |