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 BBEF0158451 for ; Mon, 8 Jan 2024 09:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3EE22BC1A9; Mon, 8 Jan 2024 09:48:12 +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 A14E42BC1A9 for ; Mon, 8 Jan 2024 09:48:12 +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 49CA6343315 for ; Mon, 8 Jan 2024 09:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7BE914C6 for ; Mon, 8 Jan 2024 09:48:08 +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: <1704706931.a64ba8b93d012270a92208b1871934feb1d5d45a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.38.1-r3.ebuild sys-apps/util-linux/util-linux-2.39.2-r1.ebuild sys-apps/util-linux/util-linux-2.39.3-r1.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a64ba8b93d012270a92208b1871934feb1d5d45a X-VCS-Branch: master Date: Mon, 8 Jan 2024 09:48:08 +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: 40300add-98ca-47a2-822d-1708bda411c1 X-Archives-Hash: e643642b45dbed6d11b4489de550121f commit: a64ba8b93d012270a92208b1871934feb1d5d45a Author: Sam James gentoo org> AuthorDate: Mon Jan 8 09:39:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 8 09:42:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64ba8b9 sys-apps/util-linux: 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-apps/util-linux/util-linux-2.38.1-r3.ebuild | 4 ++-- sys-apps/util-linux/util-linux-2.39.2-r1.ebuild | 4 ++-- sys-apps/util-linux/util-linux-2.39.3-r1.ebuild | 4 ++-- sys-apps/util-linux/util-linux-9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-apps/util-linux/util-linux-2.38.1-r3.ebuild b/sys-apps/util-linux/util-linux-2.38.1-r3.ebuild index dd3d6ec43259..68439d236b90 100644 --- a/sys-apps/util-linux/util-linux-2.38.1-r3.ebuild +++ b/sys-apps/util-linux/util-linux-2.38.1-r3.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 @@ -62,7 +62,7 @@ RDEPEND=" BDEPEND=" virtual/pkgconfig nls? ( sys-devel/gettext ) - test? ( sys-devel/bc ) + test? ( app-alternatives/bc ) " DEPEND=" ${RDEPEND} diff --git a/sys-apps/util-linux/util-linux-2.39.2-r1.ebuild b/sys-apps/util-linux/util-linux-2.39.2-r1.ebuild index b5fc889bbfc3..facafaf1a697 100644 --- a/sys-apps/util-linux/util-linux-2.39.2-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.39.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 @@ -66,7 +66,7 @@ BDEPEND=" app-text/po4a sys-devel/gettext ) - test? ( sys-devel/bc ) + test? ( app-alternatives/bc ) " DEPEND=" ${RDEPEND} diff --git a/sys-apps/util-linux/util-linux-2.39.3-r1.ebuild b/sys-apps/util-linux/util-linux-2.39.3-r1.ebuild index 6ba55f0e06ad..6d2aa61d4365 100644 --- a/sys-apps/util-linux/util-linux-2.39.3-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.39.3-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 @@ -66,7 +66,7 @@ BDEPEND=" app-text/po4a sys-devel/gettext ) - test? ( sys-devel/bc ) + test? ( app-alternatives/bc ) " DEPEND=" ${RDEPEND} diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 64c79cdbe908..d7b81f31df52 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-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 @@ -64,7 +64,7 @@ BDEPEND=" app-text/po4a sys-devel/gettext ) - test? ( sys-devel/bc ) + test? ( app-alternatives/bc ) " DEPEND=" ${RDEPEND}