From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1588490-garchives=archives.gentoo.org@lists.gentoo.org>
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 E31AB158451
	for <garchives@archives.gentoo.org>; Mon,  8 Jan 2024 09:48:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7871D2BC1A7;
	Mon,  8 Jan 2024 09:48:12 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 5CA6B2BC1A7
	for <gentoo-commits@lists.gentoo.org>; 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 3303834330F
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jan 2024 09:48:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C072914C4
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jan 2024 09:48:08 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1704706930.2ae9ef7cf0050ae77eb8b61b04e78c177d0035ea.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/man-pages/man-pages-6.04.ebuild sys-apps/man-pages/man-pages-6.05.01.ebuild sys-apps/man-pages/man-pages-9999.ebuild
X-VCS-Directories: sys-apps/man-pages/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 2ae9ef7cf0050ae77eb8b61b04e78c177d0035ea
X-VCS-Branch: master
Date: Mon,  8 Jan 2024 09:48:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a3be7753-b111-4600-84c2-70d41e9ce7f5
X-Archives-Hash: e0964c4fe910b024e9d4529c24dc7079

commit:     2ae9ef7cf0050ae77eb8b61b04e78c177d0035ea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 09:39:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 09:42:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae9ef7c

sys-apps/man-pages: 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 <AT> gentoo.org>

 sys-apps/man-pages/man-pages-6.04.ebuild    | 4 ++--
 sys-apps/man-pages/man-pages-6.05.01.ebuild | 4 ++--
 sys-apps/man-pages/man-pages-9999.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/man-pages/man-pages-6.04.ebuild b/sys-apps/man-pages/man-pages-6.04.ebuild
index ac3c9f3aa840..7af943a8a925 100644
--- a/sys-apps/man-pages/man-pages-6.04.ebuild
+++ b/sys-apps/man-pages/man-pages-6.04.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
@@ -56,7 +56,7 @@ IUSE="l10n_ja l10n_ru l10n_zh-CN ${MY_L10N[@]/#/l10n_}"
 RESTRICT="binchecks"
 
 BDEPEND="
-	sys-devel/bc
+	app-alternatives/bc
 "
 # Block packages that used to install colliding man pages:
 # bug #341953, bug #548900, bug #612640, bug #617462

diff --git a/sys-apps/man-pages/man-pages-6.05.01.ebuild b/sys-apps/man-pages/man-pages-6.05.01.ebuild
index ac3c9f3aa840..7af943a8a925 100644
--- a/sys-apps/man-pages/man-pages-6.05.01.ebuild
+++ b/sys-apps/man-pages/man-pages-6.05.01.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
@@ -56,7 +56,7 @@ IUSE="l10n_ja l10n_ru l10n_zh-CN ${MY_L10N[@]/#/l10n_}"
 RESTRICT="binchecks"
 
 BDEPEND="
-	sys-devel/bc
+	app-alternatives/bc
 "
 # Block packages that used to install colliding man pages:
 # bug #341953, bug #548900, bug #612640, bug #617462

diff --git a/sys-apps/man-pages/man-pages-9999.ebuild b/sys-apps/man-pages/man-pages-9999.ebuild
index 19396bc206bf..4afe72595a0d 100644
--- a/sys-apps/man-pages/man-pages-9999.ebuild
+++ b/sys-apps/man-pages/man-pages-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
@@ -56,7 +56,7 @@ IUSE="l10n_ja l10n_ru l10n_zh-CN ${MY_L10N[@]/#/l10n_}"
 RESTRICT="binchecks"
 
 BDEPEND="
-	sys-devel/bc
+	app-alternatives/bc
 "
 # Block packages that used to install colliding man pages:
 # bug #341953, bug #548900, bug #612640, bug #617462