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 8020E158451 for ; Mon, 8 Jan 2024 12:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC290E2AC3; Mon, 8 Jan 2024 12:28:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3906E2ABF for ; Mon, 8 Jan 2024 12:28:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12949343305 for ; Mon, 8 Jan 2024 12:28:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D1C0137A 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: <1704716713.e55f1858bbe008cf3d98e46e81b1880a781c622c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dtc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dtc/dtc-1.6.0.ebuild sys-apps/dtc/dtc-1.7.0.ebuild sys-apps/dtc/dtc-9999.ebuild X-VCS-Directories: sys-apps/dtc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e55f1858bbe008cf3d98e46e81b1880a781c622c 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: 0cc3803e-414d-4e2e-87e8-477aab079a64 X-Archives-Hash: 4cdc00b070f8ff3df53ee407998132db commit: e55f1858bbe008cf3d98e46e81b1880a781c622c Author: Sam James gentoo org> AuthorDate: Mon Jan 8 12:09:15 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 8 12:25:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55f1858 sys-apps/dtc: 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-apps/dtc/dtc-1.6.0.ebuild | 2 +- sys-apps/dtc/dtc-1.7.0.ebuild | 2 +- sys-apps/dtc/dtc-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/dtc/dtc-1.6.0.ebuild b/sys-apps/dtc/dtc-1.6.0.ebuild index edd0ea526f05..6e285f4459f5 100644 --- a/sys-apps/dtc/dtc-1.6.0.ebuild +++ b/sys-apps/dtc/dtc-1.6.0.ebuild @@ -21,7 +21,7 @@ SLOT="0" IUSE="static-libs yaml" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig " diff --git a/sys-apps/dtc/dtc-1.7.0.ebuild b/sys-apps/dtc/dtc-1.7.0.ebuild index ffb88b09bb8e..f674774c831b 100644 --- a/sys-apps/dtc/dtc-1.7.0.ebuild +++ b/sys-apps/dtc/dtc-1.7.0.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig python? ( dev-lang/swig ) diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild index b4f323789a0b..dd2aadfad28a 100644 --- a/sys-apps/dtc/dtc-9999.ebuild +++ b/sys-apps/dtc/dtc-9999.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig python? ( dev-lang/swig )