From e024f9c292f33625adcc15ffc78a6624a5b850c6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 17 Oct 2021 23:51:00 +0100 Subject: sys-boot/grub : force autoreconf unconditionally --- sys-boot/grub/grub-2.04-r10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-boot') diff --git a/sys-boot/grub/grub-2.04-r10.ebuild b/sys-boot/grub/grub-2.04-r10.ebuild index 626eca8a..f2bf24a2 100644 --- a/sys-boot/grub/grub-2.04-r10.ebuild +++ b/sys-boot/grub/grub-2.04-r10.ebuild @@ -4,10 +4,11 @@ EAPI=7 if [[ ${PV} == 9999 ]]; then - GRUB_AUTORECONF=1 GRUB_BOOTSTRAP=1 fi +GRUB_AUTORECONF=1 + if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then PYTHON_COMPAT=( python{2_7,3_{8,9,10}} ) inherit python-any-r1 -- cgit v1.2.3