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 05B9115800D for ; Sun, 1 Jan 2023 03:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF014E07EE; Sun, 1 Jan 2023 03:11:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8337E07EE for ; Sun, 1 Jan 2023 03:11:17 +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 2A677340DAF for ; Sun, 1 Jan 2023 03:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8250276F for ; Sun, 1 Jan 2023 03:11:14 +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: <1672542666.56e6e30263e56771de876c0e053561a54fd19ed1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.06-r4.ebuild sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 56e6e30263e56771de876c0e053561a54fd19ed1 X-VCS-Branch: master Date: Sun, 1 Jan 2023 03:11:14 +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: be83f686-e0ab-4c1d-8d28-a47756b69067 X-Archives-Hash: e005c8982b37e9f37c6e8bbcc1c26755 commit: 56e6e30263e56771de876c0e053561a54fd19ed1 Author: Sam James gentoo org> AuthorDate: Sun Jan 1 03:04:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 1 03:11:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e6e302 sys-boot/grub: force Bison too Already in BDEPEND, just unset to avoid having to explicitly say bison vs bison -y. Bug: https://bugs.gentoo.org/887211 Signed-off-by: Sam James gentoo.org> sys-boot/grub/grub-2.06-r4.ebuild | 5 +++-- sys-boot/grub/grub-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys-boot/grub/grub-2.06-r4.ebuild b/sys-boot/grub/grub-2.06-r4.ebuild index 04ab2f692a59..e60b3f92314c 100644 --- a/sys-boot/grub/grub-2.06-r4.ebuild +++ b/sys-boot/grub/grub-2.06-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -262,8 +262,9 @@ src_configure() { tc-export CC NM OBJCOPY RANLIB STRIP tc-export BUILD_CC BUILD_PKG_CONFIG - # Force configure to use flex, bug 887211. + # Force configure to use flex & bison, bug 887211. export LEX=flex + unset YACC MULTIBUILD_VARIANTS=() local p diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index a256108539c8..43b43e84e76b 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -258,8 +258,9 @@ src_configure() { tc-export CC NM OBJCOPY RANLIB STRIP tc-export BUILD_CC BUILD_PKG_CONFIG - # Force configure to use flex, bug 887211. + # Force configure to use flex & bison, bug 887211. export LEX=flex + unset YACC MULTIBUILD_VARIANTS=() local p