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 2197D158451 for ; Mon, 8 Jan 2024 12:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6586CE2A8F; Mon, 8 Jan 2024 12:03:29 +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 458BAE2A8F for ; Mon, 8 Jan 2024 12:03:29 +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 51D0A343305 for ; Mon, 8 Jan 2024 12:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCE381437 for ; Mon, 8 Jan 2024 12:03:26 +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: <1704715390.99f074ea5c409c6b471b9182dce11ccc70714004.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.39-r5.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.40-r5.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.40-r7.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.41-r3.ebuild X-VCS-Directories: sys-devel/binutils-hppa64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99f074ea5c409c6b471b9182dce11ccc70714004 X-VCS-Branch: master Date: Mon, 8 Jan 2024 12:03:26 +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: 56ff5975-1130-4651-bfea-b1ac18092bbd X-Archives-Hash: 0681e67240197cfbece0ccc9e2ef94db commit: 99f074ea5c409c6b471b9182dce11ccc70714004 Author: Sam James gentoo org> AuthorDate: Mon Jan 8 11:52:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 8 12:03:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f074ea sys-devel/binutils-hppa64: sys-devel/flex -> app-alternatives/lex All of these will be using app-alternatives/lex 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-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild | 2 +- sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild | 2 +- sys-devel/binutils-hppa64/binutils-hppa64-2.39-r5.ebuild | 2 +- sys-devel/binutils-hppa64/binutils-hppa64-2.40-r5.ebuild | 2 +- sys-devel/binutils-hppa64/binutils-hppa64-2.40-r7.ebuild | 2 +- sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild | 2 +- sys-devel/binutils-hppa64/binutils-hppa64-2.41-r3.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild index e46ce4921873..62687be11ca8 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild @@ -63,7 +63,7 @@ BDEPEND=" app-alternatives/bc ) nls? ( sys-devel/gettext ) - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild index bafa40990f2c..6e2caef9b99a 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild @@ -64,7 +64,7 @@ BDEPEND=" app-alternatives/bc ) nls? ( sys-devel/gettext ) - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.39-r5.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.39-r5.ebuild index 402f02e4d639..7d9b8087884d 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.39-r5.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.39-r5.ebuild @@ -64,7 +64,7 @@ BDEPEND=" app-alternatives/bc ) nls? ( sys-devel/gettext ) - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r5.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r5.ebuild index 0051c2834d03..434ff692a37a 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r5.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r5.ebuild @@ -64,7 +64,7 @@ BDEPEND=" app-alternatives/bc ) nls? ( sys-devel/gettext ) - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r7.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r7.ebuild index 402f02e4d639..7d9b8087884d 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r7.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r7.ebuild @@ -64,7 +64,7 @@ BDEPEND=" app-alternatives/bc ) nls? ( sys-devel/gettext ) - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild index f40b50c5f376..3c95a2df7fa6 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild @@ -64,7 +64,7 @@ BDEPEND=" app-alternatives/bc ) nls? ( sys-devel/gettext ) - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r3.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r3.ebuild index b6628e176458..2288c5a0186f 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r3.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r3.ebuild @@ -64,7 +64,7 @@ BDEPEND=" app-alternatives/bc ) nls? ( sys-devel/gettext ) - sys-devel/flex + app-alternatives/lex app-alternatives/yacc "