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 9F8CA158451 for ; Mon, 8 Jan 2024 12:29:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E56FAE2BCB; Mon, 8 Jan 2024 12:29:38 +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 CA02AE2BCB for ; Mon, 8 Jan 2024 12:29:38 +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 E20C4343302 for ; Mon, 8 Jan 2024 12:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FEA012F2 for ; Mon, 8 Jan 2024 12:29:36 +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: <1704716949.736816f859cb89432b26e0505d89418baba99d30.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 736816f859cb89432b26e0505d89418baba99d30 X-VCS-Branch: master Date: Mon, 8 Jan 2024 12:29:36 +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: 495b9ad9-8ef3-4383-b21c-16daf7a84389 X-Archives-Hash: 2af8053a9cc573b270ac4c4445052c13 commit: 736816f859cb89432b26e0505d89418baba99d30 Author: Sam James gentoo org> AuthorDate: Mon Jan 8 12:29:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 8 12:29:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736816f8 toolchain.eclass: fix lex, yacc versions Fixes: b8300e99e7137925c73f1d067caed8af4f77dc1b Fixes: 4c621abb2923e1085cc4aaf67c30901510d8b3c0 Signed-off-by: Sam James gentoo.org> eclass/toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index f328d9503ca8..a446fd8f1a34 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -303,8 +303,8 @@ if tc_has_feature graphite ; then fi BDEPEND=" - >=app-alternatives/yacc-1.875 - >=app-alternatives/lex-2.5.4 + app-alternatives/yacc + app-alternatives/lex nls? ( sys-devel/gettext ) test? ( >=dev-util/dejagnu-1.4.4