sys-boot/grub: Try to force using a newer gettext infra

This commit is contained in:
Krzesimir Nowak 2022-01-06 19:36:28 +01:00
parent 1a1efdfe3b
commit 83fe5bffd4

View File

@ -142,7 +142,9 @@ src_prepare() {
if [[ -n ${GRUB_AUTOGEN} ]]; then
python_setup
bash autogen.sh || die
autopoint() { :; }
# Flatcar: Force the use of newer gettext infra to
# avoid build issues with infra version mismatches.
eautopoint --force
eautoreconf
fi
}