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 C0162158451 for ; Mon, 8 Jan 2024 09:48:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AE7C2BC1A4; 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 F02E92BC1A4 for ; Mon, 8 Jan 2024 09:48:11 +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 11574335D64 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 4B90F14B4 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: <1704706927.54266bd6be961d139ed8d857fea45fec9d93e77d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/rrdtool/rrdtool-1.8.0-r4.ebuild X-VCS-Directories: net-analyzer/rrdtool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 54266bd6be961d139ed8d857fea45fec9d93e77d 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: 0687745c-3a7a-4c63-8988-fa2cb6dded1c X-Archives-Hash: 5e08012b693c6e7bc22e86b41801bae5 commit: 54266bd6be961d139ed8d857fea45fec9d93e77d Author: Sam James gentoo org> AuthorDate: Mon Jan 8 09:37:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 8 09:42:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54266bd6 net-analyzer/rrdtool: 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> net-analyzer/rrdtool/rrdtool-1.8.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/rrdtool/rrdtool-1.8.0-r4.ebuild b/net-analyzer/rrdtool/rrdtool-1.8.0-r4.ebuild index 46d30cce0ce6..73d95f65962c 100644 --- a/net-analyzer/rrdtool/rrdtool-1.8.0-r4.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.8.0-r4.ebuild @@ -69,7 +69,7 @@ BDEPEND=" app-alternatives/awk python? ( $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') ) test? ( - sys-devel/bc + app-alternatives/bc lua? ( ${LUA_DEPS} ) ) "