diff options
author | 2023-01-01 03:04:53 +0000 | |
---|---|---|
committer | 2023-01-01 03:11:06 +0000 | |
commit | 56e6e30263e56771de876c0e053561a54fd19ed1 (patch) | |
tree | eb905d5c8f1c9201410b54755d7071b77c0e0c30 /sys-boot/grub | |
parent | app-i18n/ibus: fix mising gdk/gdkwayland.h issue (diff) | |
download | gentoo-56e6e30263e56771de876c0e053561a54fd19ed1.tar.gz gentoo-56e6e30263e56771de876c0e053561a54fd19ed1.tar.bz2 gentoo-56e6e30263e56771de876c0e053561a54fd19ed1.zip |
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@gentoo.org>
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/grub-2.06-r4.ebuild | 5 | ||||
-rw-r--r-- | 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 |