From 78dbf060e6687d4e1a0a6b01d015fa9f62da7599 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 25 Mar 2025 15:50:17 -0400 Subject: [PATCH] sys-boot/grub: update magic vars comment for unconditional python Signed-off-by: Mike Gilbert --- sys-boot/grub/grub-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index c1574de8add7f..19624ba57e367 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -4,9 +4,9 @@ EAPI=7 # This ebuild uses 3 special global variables: -# GRUB_BOOTSTRAP: Depend on python and invoke bootstrap (gnulib). -# GRUB_AUTOGEN: Depend on python and invoke autogen.sh. -# GRUB_AUTORECONF: Inherit autotools and invoke eautoreconf. +# GRUB_BOOTSTRAP: Invoke bootstrap (gnulib) +# GRUB_AUTOGEN: Invoke autogen.sh +# GRUB_AUTORECONF: Inherit autotools and invoke eautoreconf # # When applying patches: # If gnulib is updated, set GRUB_BOOTSTRAP=1