commit: 56e6e30263e56771de876c0e053561a54fd19ed1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 1 03:04:53 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
