commit: 936d208c6e30e810563b9806f55ad7dc4df1f375 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Fri May 23 20:43:00 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri May 23 20:43:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936d208c
sys-boot/grub: run autogen.sh for ZFS patch Fixes: 6385625e34276cf4a32a6373b97c2178324f64d8 Closes: https://bugs.gentoo.org/956492 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-boot/grub/grub-2.12-r7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-boot/grub/grub-2.12-r7.ebuild b/sys-boot/grub/grub-2.12-r7.ebuild index 70f69b0043af..3371fc9eee81 100644 --- a/sys-boot/grub/grub-2.12-r7.ebuild +++ b/sys-boot/grub/grub-2.12-r7.ebuild @@ -16,6 +16,7 @@ EAPI=7 # If any of the above applies to a user patch, the user should set the # corresponding variable in make.conf or the environment. +GRUB_AUTOGEN=1 GRUB_AUTORECONF=1 PYTHON_COMPAT=( python3_{10..13} ) WANT_LIBTOOL=none
