From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1588493-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 4436F158451 for <garchives@archives.gentoo.org>; Mon, 8 Jan 2024 09:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8B042BC1AA; 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 A4DFD2BC1AA 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 4FC40343317 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 0776E14C7 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jan 2024 09:48:09 +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: <1704706932.4ffe37be5ccfc1e98132441a057970f414733c46.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-16.2.14-r1.ebuild sys-cluster/ceph/ceph-17.2.6-r8.ebuild sys-cluster/ceph/ceph-17.2.7.ebuild sys-cluster/ceph/ceph-18.2.0-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ffe37be5ccfc1e98132441a057970f414733c46 X-VCS-Branch: master Date: Mon, 8 Jan 2024 09:48:09 +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: 2f63adb1-a544-416f-b35c-4b459fd28d56 X-Archives-Hash: b5461f044c8daa0f6cdcce3fa4a7ad11 commit: 4ffe37be5ccfc1e98132441a057970f414733c46 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 8 09:39:50 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 8 09:42:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffe37be sys-cluster/ceph: 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-cluster/ceph/ceph-16.2.14-r1.ebuild | 4 ++-- sys-cluster/ceph/ceph-17.2.6-r8.ebuild | 4 ++-- sys-cluster/ceph/ceph-17.2.7.ebuild | 2 +- sys-cluster/ceph/ceph-18.2.0-r2.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild index 792c0f3aae43..5a43bbd46ea1 100644 --- a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild +++ b/sys-cluster/ceph/ceph-16.2.14-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 @@ -113,7 +113,7 @@ BDEPEND=" sys-apps/grep sys-apps/util-linux sys-apps/which - sys-devel/bc + app-alternatives/bc sys-devel/patch virtual/pkgconfig jaeger? ( diff --git a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild index 4cf029831e09..5418068ea653 100644 --- a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild +++ b/sys-cluster/ceph/ceph-17.2.6-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=8 @@ -120,7 +120,7 @@ BDEPEND=" sys-apps/grep sys-apps/util-linux sys-apps/which - sys-devel/bc + app-alternatives/bc sys-devel/patch virtual/pkgconfig jaeger? ( diff --git a/sys-cluster/ceph/ceph-17.2.7.ebuild b/sys-cluster/ceph/ceph-17.2.7.ebuild index 60465ca2ac82..07df21b4c130 100644 --- a/sys-cluster/ceph/ceph-17.2.7.ebuild +++ b/sys-cluster/ceph/ceph-17.2.7.ebuild @@ -120,7 +120,7 @@ BDEPEND=" sys-apps/grep sys-apps/util-linux sys-apps/which - sys-devel/bc + app-alternatives/bc sys-devel/patch virtual/pkgconfig jaeger? ( diff --git a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild index 20765c5d5278..1f455f56e192 100644 --- a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild +++ b/sys-cluster/ceph/ceph-18.2.0-r2.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 @@ -122,7 +122,7 @@ BDEPEND=" sys-apps/grep sys-apps/util-linux sys-apps/which - sys-devel/bc + app-alternatives/bc sys-devel/patch virtual/pkgconfig jaeger? (