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 414E9158451 for ; Mon, 8 Jan 2024 12:28:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64E13E2BA1; Mon, 8 Jan 2024 12:28:42 +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 3B319E2BA1 for ; Mon, 8 Jan 2024 12:28:42 +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 87584343305 for ; Mon, 8 Jan 2024 12:28:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E59AD14BD for ; Mon, 8 Jan 2024 12:28:38 +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: <1704716715.1f88c546af85eb512749a1b9702cd39812dcf19d.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: 1f88c546af85eb512749a1b9702cd39812dcf19d X-VCS-Branch: master Date: Mon, 8 Jan 2024 12:28:38 +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: e321c4d9-a13e-4cd3-bcb4-bc19a3c05468 X-Archives-Hash: 71985723e8bfa1b46ecdccda0e30c032 commit: 1f88c546af85eb512749a1b9702cd39812dcf19d Author: Sam James gentoo org> AuthorDate: Mon Jan 8 12:09:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 8 12:25:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f88c546 sys-cluster/ceph: sys-devel/bison -> app-alternatives/yacc All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James gentoo.org> sys-cluster/ceph/ceph-16.2.14-r1.ebuild | 2 +- sys-cluster/ceph/ceph-17.2.6-r8.ebuild | 2 +- sys-cluster/ceph/ceph-17.2.7.ebuild | 2 +- sys-cluster/ceph/ceph-18.2.0-r2.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild index 7b19a09a89e8..1faa66f686c7 100644 --- a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild +++ b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild @@ -117,7 +117,7 @@ BDEPEND=" sys-devel/patch virtual/pkgconfig jaeger? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) test? ( diff --git a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild index 447b3b4612ce..783546d3c12f 100644 --- a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild +++ b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild @@ -124,7 +124,7 @@ BDEPEND=" sys-devel/patch virtual/pkgconfig jaeger? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) test? ( diff --git a/sys-cluster/ceph/ceph-17.2.7.ebuild b/sys-cluster/ceph/ceph-17.2.7.ebuild index de6593f566c1..fe22114e03d4 100644 --- a/sys-cluster/ceph/ceph-17.2.7.ebuild +++ b/sys-cluster/ceph/ceph-17.2.7.ebuild @@ -124,7 +124,7 @@ BDEPEND=" sys-devel/patch virtual/pkgconfig jaeger? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) test? ( diff --git a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild index c9e82035731b..a006d909fe88 100644 --- a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild +++ b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild @@ -126,7 +126,7 @@ BDEPEND=" sys-devel/patch virtual/pkgconfig jaeger? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) test? (