sys-boot/grub: Bump EAPI to 7

The ebuild uses python eclasses, which dropped support for EAPI 6
after the update. Updating EAPI required replacing the use of the
versionator eclass as it's banned in EAPI 7 or later. Fortunately,
nothing in the ebuild seemed to use anything from the eclass.
This commit is contained in:
Krzesimir Nowak 2023-01-26 09:04:49 +01:00
parent dc7a889296
commit f5134084d4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
CROS_WORKON_PROJECT="flatcar/grub"
CROS_WORKON_REPO="https://github.com"
@ -21,7 +21,7 @@ if [[ -n ${GRUB_AUTOGEN} ]]; then
inherit autotools python-any-r1
fi
inherit autotools bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator
inherit autotools bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs
DEJAVU=dejavu-sans-ttf-2.37
UNIFONT=unifont-9.0.06
SRC_URI+=" fonts? ( mirror://gnu/unifont/${UNIFONT}/${UNIFONT}.pcf.gz )