grub2-efi: switched to build with python 3 instead of 2

This commit is contained in:
Matt Housh 2020-01-11 17:22:44 -06:00
parent acc2d609a8
commit 02413d6011
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/T3FHURcuUXfYAKPwJ21VhivRR475BL+UvYdlCLxCntmwUDowiK/AWv1V+a99lqoBk4V2HR2aKG0mwalnBGmzAs=
SHA256 (Pkgfile) = 5636023ae15b98a043da408a882c6968cbaf922be14bb573e2a72e3145fba533
RWSE3ohX2g5d/UGaV7aNV7Glp9+33fDznOuGxDGrBKlFmyX1UF/TOidjHvpYZcJZC9kQrF1xDdsNiidTxBHyWkU2yfNCvI7JAw4=
SHA256 (Pkgfile) = 031edb9d0a30e1bf672f5a91c309102f20970d895a2a61426a9807bef15bb1c9
SHA256 (.footprint) = 4972c4c82273db53ef956ac0f7699d40a0810c9b4ca48ea681eec18b4ffbae89
SHA256 (grub-2.04.tar.xz) = e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d

View File

@ -5,11 +5,12 @@
name=grub2-efi
version=2.04
release=1
release=2
source=(http://ftp.gnu.org/gnu/grub/grub-$version.tar.xz)
build() {
export CFLAGS="${CFLAGS} -Wno-error"
export PYTHON=python3
MODLIST="boot chain configfile fat ext2 linux normal ntfs part_gpt part_msdos"