summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
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