From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09E9E158451 for ; Mon, 8 Jan 2024 09:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 972AE2BC1B4; Mon, 8 Jan 2024 09:48:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E3BA2BC1B4 for ; Mon, 8 Jan 2024 09:48:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD93634330C for ; Mon, 8 Jan 2024 09:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E9414CB for ; Mon, 8 Jan 2024 09:48:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704706934.f5d25df5432b6a3be82ea25fbca8e887106a4a3e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-2.1.14.ebuild sys-fs/zfs/zfs-2.2.2-r1.ebuild sys-fs/zfs/zfs-9999.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f5d25df5432b6a3be82ea25fbca8e887106a4a3e X-VCS-Branch: master Date: Mon, 8 Jan 2024 09:48:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7fecb07-54eb-417c-bf14-69f135e2fcaa X-Archives-Hash: 0497829da4e4afa396585d431a617854 commit: f5d25df5432b6a3be82ea25fbca8e887106a4a3e Author: Sam James gentoo org> AuthorDate: Mon Jan 8 09:40:29 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 8 09:42:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d25df5 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 gentoo.org> sys-fs/zfs/zfs-2.1.14.ebuild | 4 ++-- sys-fs/zfs/zfs-2.2.2-r1.ebuild | 4 ++-- 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