summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-17 23:51:00 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-17 23:51:00 +0100
commite024f9c292f33625adcc15ffc78a6624a5b850c6 (patch)
tree02be13970d8fe79277922161d3afb8d732a6689a /sys-boot
parent3889ea3d0e90900f75a468b22b8ae93372a25fb7 (diff)
sys-boot/grub : force autoreconf unconditionally
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/grub-2.04-r10.ebuild3
1 files changed, 2 insertions, 1 deletions
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